SETup:GAPPower
Last updated: April 14, 2005
Some of the access parameters (such as power step, number of steps, sequence maximum, etc.) directly affect graphical access probe power measurements. GPIB commands for these parameters can be found in the
CALL:APARameter
syntax diagrams.
To limit a call attempt to the access attempt state, see
CALL:CONNected:LIMit[:STATe]<[:SELected]|:TA856>
.
Diagram Conventions
SETup:GAPPower:TIMeout[:STIMe]
|
Function
|
The setting form of this command performs two functions: (1) sets the measurement timeout value (see
SETup:GAPPower:TIMeout:TIME
), and (2) sets the measurement timeout state to on (see
SETup:GAPPower:TIMeout:STATe
).
The query form of this command returns the measurement timeout value.
If the timeout timer is not turned on, and an access probe is not received, the graphical access probe power measurement will hang on the FETCh? command indefinitely.
For a description of the timeout, see
Measurement Timeouts
.
|
|
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 5"
!Sets timeout state to ON and timeout time to 5 seconds.
|
SETup:GAPPower:TIMeout:STATe
|
Function
|
Sets/queries the measurement timeout state.
The measurement timeout state can also be set to on using the
SETup:GAPPower:TIMeout[:STIMe]
command.
For a description of the timeout, see
Measurement Timeouts
.
|
|
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 measurement timeout value to be used when the timeout state is set to on.
The measurement timeout state can also be set using the
SETup:GAPPower:TIMeout[:STIMe]
command.
For a description of the timeout, see
Measurement Timeouts
.
|
|
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"
|
|