VTI Instruments Corp.
250 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_set_OTD_enable
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_OTD_enable(ViSession vi, ViInt32 _VI_FAR channels[],ViInt32 numChannels,
ViBoolean otd);
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.
channels[]= an array of channels where OTD will be enabled. Valid input values: 0 through 47.
numChannels = an integer output value indicating how many channels are in the channels array. Valid input
values: 1 through 48.
otd = a Boolean value indicating whether to enable the open transducer detection.
DATA ITEM RESET VALUE
numChannels = 0 otd = 0
DESCRIPTION
This function enables or disables the use of OTD (Open Transducer Detection) for the specified channels.
NOTE OTD does not work on the 10 V range.
EXAMPLE