Last Updated: August 29, 2007
These commands perform preset operations.
For more information on the conventions used in the programming examples click here.
Performs a partial preset of the currently selected application. This command is the remote equivalent of pressing the Partial Preset key on the front panel of the test set. This command is identical to the SYSTem:PRESet3 command and is provided for backwards code compatibility with the Agilent 8960 Series 10 Wireless Communications Test Set.
All measurements are aborted and inactivated. Measurement parameters are not changed.
A partial preset does not modify any measurement settings including trigger arm.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Perform a partial preset of the test set.
TestSet.WriteString("SYSTem:PRESet")
Performs a full preset of the currently selected application. This is the remote equivalent of pressing the Full Preset key on the front panel of the test set.
All parameters are set to their default values. All measurements are aborted the trigger arm is set to continuous.
This command is almost identical to the *RST command, except that *RST sets the trigger arm to single.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Perform a full preset of the test set.
TestSet.WriteString("SYSTem:PRESet2")
Performs a partial preset of the currently selected application. This command is the remote equivalent of pressing the Partial Preset key on the front panel of the test set. This command is identical to the SYSTem:PRESet[1] command.
All measurements are aborted and inactivated. Measurement parameters are not changed.
A partial preset does not modify any measurement settings including trigger arm.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Perform a partial preset of the test set.
TestSet.WriteString("SYSTem:PRESet3")