VTI Instruments Corp.
194 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_user_cjc_enable
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_user_cjc_enable(ViSession vi, ViInt32 channel, ViPBoolean usercjc);
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 = the channel for which the enabled status is desired. Valid input values: 0 through 47.
usercjc = a Boolean value indicating whether the use of a user-defined CJC temperature is enabled. If a “1” is
returned, user-defined CJC temperature is enabled. If a “0” is returned, user-defined CJC temperature is disabled.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the enabled status of a user-defined CJC temperature of a specified channel.
EXAMPLE