ABORt

ABORt

Last updated: January 18, 2010

GPIB Command Conventions

ABORt[:ALL]

Function

GSM TA

Stops any and all measurements that are active. See Measurement States

If the trigger arm is set to single, see Trigger Arm (Single or Continuous) Description the measurements will go to the idle state.

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

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above

GSM/GPRS/ EGPRS LA

Revision: C.01 and above

Programming Example

 
OUTPUT 714;"ABORT:ALL" 
! Aborts all active measurements in progress.

ABORt:<meas-mnemonic>

Function

GSM TA

Stops the selected measurement if it is active. See Measurement States

If the trigger arm is set to single, see Trigger Arm (Single or Continuous) Description the measurements will go to the idle state.

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

GPRS TA

EGPRS TA

GSM/GPRS LA

EGPRS LA

meas-
mnemonic
GSM TA

Range:

AAUDio | BERRor | DAUDio | DPOWer | FBERror|FSTability | IQTuning | MTAudio | ORFSpectrum | PCALibration | PFERror | PVTime | SMONitor | TXPower

GPRS TA

Range:

BLERror | DPOWer |FSTability| GBERror | IQTuning | MTAudio | ORFSpectrum | PCALibration | PFERror | PVTime | SMONitor | TXPower

GSM/GPRS LA

Range:

AAUDio | BERRor|BFI | BLERror | DAUDio | DPOWer | FBERror|FSTability | GBERror | GPESquality|IFERror| IQTuning | MTAudio | ORFSpectrum | PCALibration | PFERror | PVTime | SMONitor | TXPower

EGPRS TA

Range:

AAUDio | BERRor | BLERror | DAUDio | DPOWer | EDPower|EMACcuracy | ETXPower | FBERror |FSTability| GBERror | IQTuning | MTAudio | ORFSpectrum | PCALibration | PFERror | PVTime | SBERror |SMONitor | TXPower

EGPRS LA

Range:

AAUDio | BERRor | BFINdication | BFI |BLERror | DAUDio | DPOWer | EDPower|EMACcuracy | ETXPower | FBERror | FFERate|FSTability| GBERror| GPESquality |IFERror| IQTuning | MTAudio | ORFSpectrum | PCALibration | PFERror | PVTime | SBERror |SMONitor | TXPower

Requirements GSM/GPRS/
EGPRS TA

Revision: A.01 and above
Revision A.03 adds SBERror
Revision A.04 adds EDPower and FSTability
Revision A.06 adds PCALibration

GSM/GPRS/ EGPRS LA

Revision: C.01 and above
Revision C.03 adds BFINdication, BFI, FFERate, and SBERror
Revision D.01 adds EDPower, FSTability and IFER.
Revision D.03 adds PCALibration
Revision H.00.xx adds GPESquality

Programming Example

 
OUTPUT 714;"ABORT:PVTIME" 
! Aborts a PvT measurement.