RTP Series API Programming Reference
1.2.1
|
Functions | |
EXPORT int | PwrSnsr_GetIsAvailable (SessionID Vi, const char *Channel, int *IsAvailable) |
Returns true if modulated/CW measurement system is available. Will always return false if measurement buffer is enabled. More... | |
EXPORT int | PwrSnsr_GetIsRunning (SessionID Vi, const char *Channel, int *IsRunning) |
Returns true if modulated/CW measuremnts are actively running. More... | |
EXPORT int | PwrSnsr_GetReadingPeriod (SessionID Vi, const char *Channel, float *ReadingPeriod) |
Returns the period (rate) in seconds per new filtered reading. More... | |
Modulated measurement functions
Returns true if modulated/CW measurement system is available. Will always return false if measurement buffer is enabled.
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". |
IsAvailable | True if modulated/CW measurement system is available. Will always return false if measurement buffer is enabled. |
Returns true if modulated/CW measuremnts are actively running.
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". |
IsRunning | True if modulated/CW measuremnts are actively running. |
Returns the period (rate) in seconds per new filtered reading.
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". |
ReadingPeriod | The period (rate) in seconds per new filtered reading. |