SETup:GAPPower

 Last updated: October 28, 2004

 


   
NOTE
The Access Probe Power Setup parameters (see CALL:APARameter ) directly affect graphical access probe power measurements.

 To limit a call attempt to the access attempt state, see CALL:CONNected .


   

 Diagram Conventions

 SETup:GAPPower:TIMeout[:STIMe]

 Function

 The setting form of this command performs two functions: (1) sets the graphical access probe power measurement's timeout (see Timeouts ) value, and (2) sets the graphical access probe power measurement's timeout STATe to 1 (on).

 The query form returns the graphical access probe power measurement's timeout value.

 Setting

 Range: 0.1 to 999.9 seconds

 Resolution: 0.1 second

 Query

 Range: 0.1 to 999.9

 *RST Setting

 10 seconds, on

 Requirements

 Lab Application Revision: A.01 and above

 Programming Example

 
OUTPUT 714;"SETUP:GAPPOWER:TIMEOUT:STIME 5" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

 SETup:GAPPower:TIMeout:STATe

 Function

 Sets/queries the graphical access probe power measurement's timeout (see Timeouts ) state.

 Setting

 Range: 1|ON|0|OFF

 Query

 Range: 1|0

 *RST Setting

 0 (off)

 Requirements

 Lab Application Revision: A.01 and above

 Programming Example

 
OUTPUT 714;"SETUP:GAPPOWER:TIMEOUT:STATE ON"

 SETup:GAPPower:TIMeout:TIME

 Function

 Sets/queries the graphical access probe power measurement's timeout (see Timeouts ) setting to be used when the timeout state is set to ON.

 Setting

 Range: 0.1 to 999.9 seconds

 Resolution: 0.1 second

 Query

 Range: 0.1 to 999.9

 *RST Setting

 10 seconds

 Requirements

 Lab Application Revision: A.01 and above

 Programming Example

 
OUTPUT 714;"SETUP:GAPPOWER:TIMEOUT:TIME 5"