C API ZITrigSample Struct
The structure used to hold data for a single counter sample.
| Name |
Type |
Description |
| timeStamp |
ZITimeStamp |
The timestamp at which the values have been measured.
|
| sampleTick |
ZITimeStamp |
The sample tick at which the values have been measured.
|
| trigger |
uint32_t |
Trigger bits (binary encoded for trigger 1-8)
|
| missedTriggers |
uint32_t |
Missed trigger bits.
|
| awgTrigger |
uint32_t |
AWG trigger values at the time of trigger.
|
| dio |
uint32_t |
Dio values at the time of trigger.
|
| sequenceIndex |
uint32_t |
AWG sequencer index at the time of trigger.
|