VTI Instruments Corp.
238
EX1629 Command Set
vtex1629_set_bridge_limit_enabled
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_set_bridge_limit_enabled (ViSession
vi
, ViBoolean
enabled
);
F
UNCTION
P
ARAMETERS
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.
D
ATA
I
TEM
R
ESET
V
ALUE
enabled
= VI_FALSE
D
ESCRIPTION
This function sets the enabled status of the bridge limit function.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViBoolean enable = VI_TRUE;
status = vtex1629_set_bridge_limit_enabled(instrumentHandle, enable);