RTP Series API Programming Reference
1.2.1
|
Functions | |
int EXPORT | PwrSnsr_GetVerticalCenter (SessionID Vi, const char *Channel, float *VerticalCenter) |
Gets vertical center based on current units: arg = (range varies by units) More... | |
int EXPORT | PwrSnsr_SetVerticalCenter (SessionID Vi, const char *Channel, float VerticalCenter) |
Sets vertical center based on current units: arg = (range varies by units) More... | |
int EXPORT | PwrSnsr_GetVerticalScale (SessionID Vi, const char *Channel, float *VerticalScale) |
Gets vertical scale based on current units: arg = (range varies by units) More... | |
int EXPORT | PwrSnsr_SetVerticalScale (SessionID Vi, const char *Channel, float VerticalScale) |
Sets vertical scale based on current units: arg = (range varies by units) More... | |
Display functions
Gets vertical center based on current units: arg = (range varies by 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". |
VerticalCenter | Vertical center in units |
Gets vertical scale based on current units: arg = (range varies by 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". |
VerticalScale | Vertical scale in units |
Sets vertical center based on current units: arg = (range varies by 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". |
VerticalCenter | Vertical center in units |
Sets vertical scale based on current units: arg = (range varies by 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". |
VerticalScale | Vertical scale in units |