RTP Series API Programming Reference
1.2.1
|
Data Structures | |
struct | PulseInfo |
Data structure containing pulse information. More... | |
Typedefs | |
typedef struct PulseInfo | PulseInfo |
Data structure containing pulse information. More... | |
Functions | |
EXPORT int | PwrSnsr_FetchAllMultiPulse (SessionID Vi, const char *Channel, int PulseInfosSize, PulseInfo PulseInfos[], int *PulseInfosActualSize) |
Return all previously acquired multiple pulse measurements. The elements in the PulseInfos array correspond to pulses on the current trace from left to right (ascending time order). More... | |
MultiplePulse functions
EXPORT int PwrSnsr_FetchAllMultiPulse | ( | SessionID | Vi, |
const char * | Channel, | ||
int | PulseInfosSize, | ||
PulseInfo | PulseInfos[], | ||
int * | PulseInfosActualSize | ||
) |
Return all previously acquired multiple pulse measurements. The elements in the PulseInfos array correspond to pulses on the current trace from left to right (ascending time order).
Vi | The SessionID handle that you obtain from the PwrSnsr_init function. The handle identifies a particular instrument session. |
Channel | Channel number. For single instruments, set this to "CH1". |
PulseInfosSize | Number of elements in PulseInfos array. |
PulseInfos | Array to fill with multi pulse information. |
PulseInfosActualSize | Actual number of valid elements in PulseInfos array. |