VTI Instruments Corp.
238 EX1629 Command Set
vtex1629_set_bridge_limit_enabled
FUNCTION PROTOTYPE
ViStatus vtex1629_set_bridge_limit_enabled (ViSession vi, ViBoolean enabled);
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.
enabled = a Boolean input value setting the enabled status of the excitation source. A value of VI_TRUE enables
the excitation source. A value of VI_FALSE disables the excitation source.
DATA ITEM RESET VALUE
enabled = VI_FALSE
DESCRIPTION
This function sets the enabled status of the bridge limit function.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViBoolean enable = VI_TRUE;
status = vtex1629_set_bridge_limit_enabled(instrumentHandle, enable);