VTI Instruments Corp.
152 EX1629 Command Set
vtex1629_get_EU_conversion
FUNCTION PROTOTYPE
ViStatus vtex1629_get_EU_conversion (ViSession vi, ViInt32 channel, ViPInt32 EUConversionType);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
channel = an integer input value that specifies the channel for which the EU conversion type will be returned. Valid
input values: 0 to 47.
EUConversionType = an integer return value indicating the EU conversion type. See Description below for more
information. Valid return values: 0 to 10.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the EU conversion type for a specific channel. Valid return values for the
EUConversionType parameter are:
EUConversionType Description
VTEX1629_EUCONV_VOLT_OUTPUT
VTEX1629_EUCONV_QTR_BRIDGE_120
VTEX1629_EUCONV_QTR_BRIDGE_350
VTEX1629_EUCONV_QTR_BRIDGE_USER
VTEX1629_EUCONV_HALF_BRIDGE_BEND
VTEX1629_EUCONV_HALF_BRIDGE_POIS
VTEX1629_EUCONV_FULL_BRIDGE_BEND
VTEX1629_EUCONV_FULL_BRIDGE_POIS
VTEX1629_EUCONV_FULL_BRIDGE_BPOIS
Full-Bridge Bending Poisson
VTEX1629_EUCONV_RATIOMETRIC
See the Engineering Unit (EU) Conversion section in Section 3 for more details.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 euconv;
…
status = vtex1629_get_EU_conversion(instrumentHandle, 16, &euconv);