Last Updated: August 29, 2007
This command stops measurements.
For more information on the conventions used in the programming examples click here.
Stops the specified measurement or measurement suite if it is active.
DPOWer: Dynamic Power measurement
ORFSpectrum: Output RF Spectrum measurement suite
PAVTime: Phase and Amplitude versus Time measurement
PMODulation: Power and Modulation Quality measurement suite
RFCHannel: RF Channel Power measurement suite
SMONitor: Spectrum Monitor measurement
If the trigger arm is set to single the measurements go to the idle state.
If the trigger arm is set to continuous the measurements re-arm and initiate again.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Abort the Power and Modulation Quality measurement suite.
TestSet.WriteString("ABORt:PMODulation")
Stops all measurements and measurement suites if they are active.
If the trigger arm is set to single the measurements go to the idle state.
If the trigger arm is set to continuous the measurements re-arm and initiate again.
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Abort all measurements and measurement suites.
TestSet.WriteString("ABORt")