www.vtiinstruments.com
EX10xxA Function Calls 175
vtex10xxA_get_limit_set0
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_limit_set0(ViSession vi, ViInt32 channel, ViPReal64 lower_limit, ViPReal64
upper_limit);
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 limit set 0 values are desired. Valid input values: 0 through 47.
lower_limit = a real output value indicating the lower limit. Valid return values: -3e+38 through 3e+38.
upper_limit = a real output value indicating the upper limit. Valid return values: -3e+38 through 3e+38.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the limit set 0 values of a specified channel.
EXAMPLE