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.
DPOWer: Dynamic Power measurement
RFCHannel: RF Channel Power measurement suite
SMONitor: Spectrum Monitor measurement
WDPChannel: Dedicated Physical Channel (DPCH) measurement suite
WFDTune: Fast Device Tune 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.02 and above
Example:
' Abort the Dedicated Physical Channel measurement suite.
TestSet.WriteString("ABORt:WDPChannel")
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")