ABORt

ABORt

Last updated: July 24, 2009

GPIB Command Conventions

ABORt[:ALL]

Function

Stops all measurements that are active.

If the trigger arm is set to single, the measurements will go to the idle state.

If the trigger arm is set to continuous, the measurements will re-arm and initiate again.

See Measurement States .

Programming Example

 
OUTPUT 714;"ABORt" !Aborts all active measurements in progress.

ABORt<:measurement mnemonic>

Function

Stops the selected measurement if it is active.

If the trigger arm is set to single, the measurements will go to the idle state.

If the trigger arm is set to continuous the measurements will re-arm and initiate again.

See Measurement States .

Setting

Range

  • AFANalyzer - AF Analyzer measurement
  • ATXPower - Analog Transmitter Power measurement
  • CAPPower - Access Probe Power measurement
  • CCTPhase - Code Channel Time/Phase error measurement
  • CFDTune - Fast Device Tune measurement
  • CFERror - Frame Error Rate measurement
  • CMAudio - Multi-Tone Audio measurement
  • CMMPower - Maximum / Minimum Power measurement
  • CPOWer - Channel Power measurement
  • CTDPower - TX Dynamic Power measurement
  • CTXSpurious - TX Spurious Emissions measurement
  • DTMF - Dual Tone Multi-Frequency measurement
  • FSTability - Frequency Stability measurement
  • FM - Frequency Modulation measurement
  • GAPPower - Graphical Access Probe Power measurement (only applicable to the lab application)
  • GPOWer - Gated Power measurement
  • HWQuality - Handoff Waveform Quality measurement
  • PESQuality - Perceptual Evaluation of Speech Quality Measurement
  • SAUDio - Swept Audio measurement
  • SMONitor - Spectrum Monitor measurement
  • STONe - Signaling Tone measurement
  • TFERror - TDSO Frame Error Rate measurement
  • TROPower - Time Response of Open Loop Power Control measurement
  • WQUality - Waveform Quality measurement
  • WDDeviation - Wideband Data Deviation measurement

Requirement

Test Application Revision: B.16.00 and above with the required feature license, added PESQuality

Programming Example

 
OUTPUT 714;"ABORt:WQUality" !Aborts the waveform quality/code domain power measurements.