RTP Series API Programming Reference
1.2.1
|
Functions | |
EXPORT int | PwrSnsr_GetTimePerPoint (SessionID Vi, const char *Channel, float *TimePerPoint) |
Get time spacing for each waveform point in seconds. More... | |
EXPORT int | PwrSnsr_GetSweepTime (SessionID Vi, const char *Channel, float *SweepTime) |
Get sweep time for the trace in seconds. More... | |
EXPORT int | PwrSnsr_GetChanTraceCount (SessionID Vi, const char *Channel, int *TraceCount) |
Get the number of points in the CCDF trace plot. More... | |
EXPORT int | PwrSnsr_GetTraceStartTime (SessionID Vi, const char *Channel, float *TraceStartTime) |
Get time offset (start time) of the trace in seconds. May be negative, indicating pre-trigger information. More... | |
EXPORT int | PwrSnsr_FetchDistal (SessionID Vi, const char *Channel, PwrSnsrCondCodeEnum *CondCode, float *Val) |
Returns the actual detected power of the distal level in the current channel units. More... | |
EXPORT int | PwrSnsr_FetchMesial (SessionID Vi, const char *Channel, PwrSnsrCondCodeEnum *CondCode, float *Val) |
Returns the actual detected power of the mesial level in the current channel units. More... | |
EXPORT int | PwrSnsr_FetchProximal (SessionID Vi, const char *Channel, PwrSnsrCondCodeEnum *CondCode, float *Val) |
Returns the actual detected power of the proximal level in the current channel units. More... | |
Trace functions
EXPORT int PwrSnsr_FetchDistal | ( | SessionID | Vi, |
const char * | Channel, | ||
PwrSnsrCondCodeEnum * | CondCode, | ||
float * | Val | ||
) |
Returns the actual detected power of the distal level in the current channel units.
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". |
CondCode | Condition code for the measurement. |
Val | Detected power of the distal level in the current channel units. |
EXPORT int PwrSnsr_FetchMesial | ( | SessionID | Vi, |
const char * | Channel, | ||
PwrSnsrCondCodeEnum * | CondCode, | ||
float * | Val | ||
) |
Returns the actual detected power of the mesial level in the current channel units.
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". |
CondCode | Condition code for the measurement. |
Val | Detected power of the mesial level in the current channel units. |
EXPORT int PwrSnsr_FetchProximal | ( | SessionID | Vi, |
const char * | Channel, | ||
PwrSnsrCondCodeEnum * | CondCode, | ||
float * | Val | ||
) |
Returns the actual detected power of the proximal level in the current channel units.
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". |
CondCode | Condition code for the measurement. |
Val | Detected power of the proximal level in the current channel units. |
Get the number of points in the CCDF trace plot.
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". |
TraceCount | The number of points in the CCDF trace plot. |
Get sweep time for the trace in seconds.
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". |
SweepTime | Sweep time for the trace in seconds. |
Get time spacing for each waveform point in seconds.
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". |
TimePerPoint | Time spacing for each waveform point in seconds. |
Get time offset (start time) of the trace in seconds. May be negative, indicating pre-trigger information.
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". |
TraceStartTime | Time offset (start time) of the trace in seconds. May be negative, indicating pre-trigger information. |