VTI Instruments Corp.
180 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_OTD_enable
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_OTD_enable(ViSession vi, ViInt32 channel,ViPBoolean 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.
channel = indicates the channel for which the enabled status is desired. Valid return values: 0 to 47.
otd = a Boolean value indicating whether the use of a user-defined CJC temperature is enabled. A return value of
“0” indicates that user-defined CJC temperature is disabled, while a value of “1” indicates that it is enabled.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the enabled status of an OTD (open transducer detection) of a specified channel.
EXAMPLE