Note

id

Agilent E1439 Programmer's Reference

Functions listed alphabetically

age1439_state_save

Saves the module’s current instrument state.

age1439_state_save

VXIplug&play Syntax

#include "age1439".h

ViStatus age1439_state_save(ViSession id);

Description

This function may be used to save a state to which you want to return later. age1439_reset does not change a saved state. The state is not saved to non-volatile RAM.

The saved state is lost by issuing the following commands: age1439_input_range_auto, age1439_ input_autozero, age1439_self_test, and age1439_reset_hard.

Parameters

is the VXI instrument session pointer returned by the age1439_init function.

Return Value

AGE1439_SUCCESS indicates that a function was successful.

Values other than AGE1439_SUCCESS indicate an error condition or other important status condition. To determine the error message, pass the return value to “age1439_error_message” on page 102.

See Also

“age1439_init” on page 132, “age1439_state_recall” on page 174

175

Page 185
Image 185
Agilent Technologies E1439 manual Age1439statesave, ViStatus age1439statesaveViSession id Description