ABORt

Last Updated: August 29, 2007

These commands stop measurements.

For more information on the conventions used in the programming examples click here.

ABORt:<measurement mnemonic>

Stops the specified measurement or measurement suite if it is 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.02 and above

Example:

' Abort the Dedicated Physical Channel measurement suite.

TestSet.WriteString("ABORt:WDPChannel")

ABORt[:ALL]

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")