RTP Series API Programming Reference
1.2.1
|
Functions | |
EXPORT int | PwrSnsr_GetManufactureDate (SessionID Vi, const char *Channel, int ManufactureDateBufferSize, char ManufactureDate[]) |
Date the sensor was manufactured in the following format YYYYmmDD. More... | |
EXPORT int | PwrSnsr_GetImpedance (SessionID Vi, const char *Channel, float *Impedance) |
Input impedance of the sensor. More... | |
EXPORT int | PwrSnsr_GetPeakPowerMax (SessionID Vi, const char *Channel, float *PeakPowerMax) |
Maximum power level the sensor can measure. More... | |
EXPORT int | PwrSnsr_GetPeakPowerMin (SessionID Vi, const char *Channel, float *PeakPowerMin) |
Minimum power level the sensor can measure. More... | |
EXPORT int | PwrSnsr_GetAttenuation (SessionID Vi, const char *Channel, float *Attenuation) |
Attenuation in dB for the sensor. More... | |
EXPORT int | PwrSnsr_GetFactoryCalDate (SessionID Vi, const char *Channel, int FactoryCalDateBufferSize, char FactoryCalDate[]) |
The date (YYYYmmDD) the last time the sensor was calibrated at the factory. More... | |
EXPORT int | PwrSnsr_GetMinimumTrig (SessionID Vi, const char *Channel, float *MinimumTrig) |
Minimum internal trigger level in dBm. More... | |
EXPORT int | PwrSnsr_GetMinFreqHighBandwidth (SessionID Vi, const char *Channel, float *MinFreqHighBandwidth) |
Minimum frequency of RF the sensor can measure in high bandwidth. More... | |
EXPORT int | PwrSnsr_GetMaxFreqHighBandwidth (SessionID Vi, const char *Channel, float *MaxFreqHighBandwidth) |
Maximum frequency carrier the sensor can measure in high bandwidth. More... | |
EXPORT int | PwrSnsr_GetMinFreqLowBandwidth (SessionID Vi, const char *Channel, float *MinFreqLowBandwidth) |
Minimum frequency carrier the sensor can measure in low bandwidth. More... | |
EXPORT int | PwrSnsr_GetMaxFreqLowBandwidth (SessionID Vi, const char *Channel, float *MaxFreqLowBandwidth) |
Maximum frequency carrier the sensor can measure in low bandwidth. More... | |
EXPORT int | PwrSnsr_GetFpgaVersion (SessionID Vi, const char *Channel, int ValBufferSize, char Val[]) |
Get the sensor FPGA version. More... | |
Sensor info functions
Attenuation in dB for the sensor.
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". |
Attenuation |
EXPORT int PwrSnsr_GetFactoryCalDate | ( | SessionID | Vi, |
const char * | Channel, | ||
int | FactoryCalDateBufferSize, | ||
char | FactoryCalDate[] | ||
) |
The date (YYYYmmDD) the last time the sensor was calibrated at the factory.
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". |
FactoryCalDateBufferSize | Size of FactoryCalDate in bytes. |
FactoryCalDate |
EXPORT int PwrSnsr_GetFpgaVersion | ( | SessionID | Vi, |
const char * | Channel, | ||
int | ValBufferSize, | ||
char | Val[] | ||
) |
Get the sensor FPGA version.
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". |
ValBufferSize | Size pf Val in bytes |
Val | Buffer for staoring the version |
Input impedance of the sensor.
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". |
Impedance |
EXPORT int PwrSnsr_GetManufactureDate | ( | SessionID | Vi, |
const char * | Channel, | ||
int | ManufactureDateBufferSize, | ||
char | ManufactureDate[] | ||
) |
Date the sensor was manufactured in the following format YYYYmmDD.
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". |
ManufactureDateBufferSize | Size of ManufactureDate in bytes. |
ManufactureDate | Return value. |
EXPORT int PwrSnsr_GetMaxFreqHighBandwidth | ( | SessionID | Vi, |
const char * | Channel, | ||
float * | MaxFreqHighBandwidth | ||
) |
Maximum frequency carrier the sensor can measure in high bandwidth.
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". |
MaxFreqHighBandwidth |
EXPORT int PwrSnsr_GetMaxFreqLowBandwidth | ( | SessionID | Vi, |
const char * | Channel, | ||
float * | MaxFreqLowBandwidth | ||
) |
Maximum frequency carrier the sensor can measure in low bandwidth.
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". |
MaxFreqLowBandwidth |
EXPORT int PwrSnsr_GetMinFreqHighBandwidth | ( | SessionID | Vi, |
const char * | Channel, | ||
float * | MinFreqHighBandwidth | ||
) |
Minimum frequency of RF the sensor can measure in high bandwidth.
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". |
MinFreqHighBandwidth |
EXPORT int PwrSnsr_GetMinFreqLowBandwidth | ( | SessionID | Vi, |
const char * | Channel, | ||
float * | MinFreqLowBandwidth | ||
) |
Minimum frequency carrier the sensor can measure in low bandwidth.
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". |
MinFreqLowBandwidth |
Minimum internal trigger level in dBm.
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". |
MinimumTrig |
Maximum power level the sensor can measure.
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". |
PeakPowerMax |
Minimum power level the sensor can measure.
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". |
PeakPowerMin |