VTI Instruments Corp.
272 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_shield_gnd_config
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_shield_gnd_config (ViSession vi, ViPInt32 shield_gnd);
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.
shield_gnd = an integer output indicating to receive shield ground information from the instrument. Valid return
values: 0 through 2
VTEX10XXA_SHLD_GND_NONE = 0
VTEX10XXA_SHLD_GND_SIGNAL = 1
VTEX10XXA_SHLD_GND_CHASSIS = 2
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function is to get whether the shield connected to Signal Ground, Chassis or left disconnected. This is only
supported for RX10XX series instruments.
EXAMPLE