Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_VR_GetMeasurement (int32_t cardIndex, int32_t module, int32_t channel, nai_vr_measured_value_type_t measValueType, float64_t *p_outMeasurement) |
Retrieves a measurement from the specified VR channel, based on the measured value type specified. NOTE: For FPGA Revision 2.2 and greater, the maximum input is 100V. For FPGA Revisions less than 2.2, the maximum input is 65V. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_VR_GetMeasurement | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
nai_vr_measured_value_type_t | measValueType, | ||
float64_t * | p_outMeasurement ) |
Retrieves a measurement from the specified VR channel, based on the measured value type specified. NOTE: For FPGA Revision 2.2 and greater, the maximum input is 100V. For FPGA Revisions less than 2.2, the maximum input is 65V.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
measValueType | : (Input) Measured value type: refer to nai_vr_measured_value_type_t definition. |
p_outMeasurement | : (Output) Measured value read from module. |