C API ZIImpedanceSample StructΒΆ
The structure used to hold data for a single impedance sample.
| Name | Type | Description |
|---|---|---|
| timeStamp | ZITimeStamp | Timestamp at which the sample has been measured. |
| realz | double | Real part of the impedance sample. |
| imagz | double | Imaginary part of the impedance sample. |
| frequency | double | Frequency at that sample. |
| phase | double | Phase at that sample. |
| flags | uint32_t | Flags (see ZIImpFlags_enum) |
| trigger | uint32_t | Trigger bits. |
| param0 | double | Value of model parameter 0. |
| param1 | double | Value of model parameter 1. |
| drive | double | Drive amplitude. |
| bias | double | Bias voltage. |