Last Updated: August 29, 2007
These commands stop 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.
CFDTune: Fast Device Tune measurement
CRTChannel: Reverse Traffic Channel (RTCH) measurement suite
DPOWer: Dynamic Power measurement
RFCHannel: RF Channel Power (RFCH) 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.04 and above
Example:
' Abort the Reverse Traffic Channel measurement suite.
TestSet.WriteString("ABORt:CRTChannel")
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.04 and above
Example:
' Abort all measurements and measurement suites.
TestSet.WriteString("ABORt")