RTP Series API Programming Reference
1.2.1
|
Functions | |
EXPORT int | PwrSnsr_SaveUserCal (SessionID Vi, const char *Channel) |
Instructs power meter to save the value of fixed cal, zero, and skew values. More... | |
EXPORT int | PwrSnsr_ClearUserCal (SessionID Vi, const char *Channel) |
Resets the value of fixed cal, zero, and skew to factory defaults. More... | |
EXPORT int | PwrSnsr_GetExternalSkew (SessionID Vi, const char *Channel, float *External) |
Gets the skew in seconds for the external trigger. More... | |
EXPORT int | PwrSnsr_SetExternalSkew (SessionID Vi, const char *Channel, float External) |
Sets the skew in seconds for the external trigger. More... | |
EXPORT int | PwrSnsr_GetSlaveSkew (SessionID Vi, const char *Channel, float *SlaveSkew) |
Gets the skew in seconds for the slave trigger. More... | |
EXPORT int | PwrSnsr_SetSlaveSkew (SessionID Vi, const char *Channel, float SlaveSkew) |
Sets the skew in seconds for the slave trigger. More... | |
EXPORT int | PwrSnsr_GetInternalSkew (SessionID Vi, const char *Channel, float *InternalSkew) |
Gets the skew in seconds for the internal trigger. More... | |
EXPORT int | PwrSnsr_SetInternalSkew (SessionID Vi, const char *Channel, float InternalSkew) |
Sets the skew in seconds for the internal trigger. More... | |
EXPORT int | PwrSnsr_Zero (SessionID Vi, const char *Channel) |
Performs a zero offset null adjustment. More... | |
EXPORT int | PwrSnsr_ZeroQuery (SessionID Vi, const char *Channel, int *Val) |
Performs a zero offset null adjustment and returns true if successful. More... | |
User calibration functions
Resets the value of fixed cal, zero, and skew to factory defaults.
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". |
Gets the skew in seconds for the external trigger.
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". |
External | Trigger skew in seconds (-1e-6 to 1e-6). |
Gets the skew in seconds for the internal trigger.
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". |
InternalSkew | Trigger skew in seconds (-1e-6 to 1e-6). |
Gets the skew in seconds for the slave trigger.
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". |
SlaveSkew | Trigger skew in seconds (-1e-6 to 1e-6). |
Instructs power meter to save the value of fixed cal, zero, and skew values.
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". |
Sets the skew in seconds for the external trigger.
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". |
External | Trigger skew in seconds (-1e-6 to 1e-6). |
Sets the skew in seconds for the internal trigger.
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". |
InternalSkew | Trigger skew in seconds (-1e-6 to 1e-6). |
Sets the skew in seconds for the slave trigger.
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". |
SlaveSkew | Trigger skew in seconds (-1e-6 to 1e-6). |
Performs a zero offset null adjustment.
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". |
Performs a zero offset null adjustment and returns true if successful.
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". |
Val | Boolean value for operation success or failure. |