www.vtiinstruments.com
EX1629 Command Set
109
vtex1629_clear_stored_config
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_clear_stored_config (ViSession
vi
);
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.
D
ATA
I
TEM
R
ESET
V
ALUE
Not applicable to this function.
D
ESCRIPTION
This function erases the stored configuration from non-volatile storage. This function does not modify the current
configuration of the device.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_clear_stored_config (instrumentHandle);