www.vtiinstruments.com
EX1629 Command Set 109
vtex1629_clear_stored_config
FUNCTION PROTOTYPE
ViStatus vtex1629_clear_stored_config (ViSession vi);
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.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function erases the stored configuration from non-volatile storage. This function does not modify the current
configuration of the device.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_clear_stored_config (instrumentHandle);