SETup:CAPPower

SETup:CAPPower

Last updated: July 25, 2008

   
NOTE
Some of the access parameters (such as power step, number of steps, sequence maximum, etc.) directly affect 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> .


   

GPIB Command Conventions

SETup:CAPPower:CONTinuous

Function

Sets/queries the trigger arm state for the access probe power measurement. The trigger arm state determines whether the access probe power measurement will be made on the first access probe in an access probe sequence then stop (0|OFF (single)), or automatically re-arm and make measurements on each of the following access probes (1|ON (continuous)).

Continuous trigger arming can be used to measure access probe power sequences, however single triggering allows program counters to synchronize with mobile station transmitted power steps. This is important if you want measurement triggering to stop when an access probe sequence has completed.

See Access Probe Power Measurement Parameters , "Trigger Arm."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:CAPPower:CONTinuous OFF" 
!Sets measurement to single trigger mode.

SETup:CAPPower:TIMeout[:STIMe]

Function

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

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

If the timeout timer is not turned on, and an access probe is not received, the access probe power measurement will hang on the FETCh? command indefinitely.

See Access Probe Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds, on

Programming Example

 
OUTPUT 714;"SETup:CAPPower:TIMeout 5" 
!Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:CAPPower:TIMeout:STATe

Function

Sets/queries the access probe power measurement's timeout state. See Access Probe Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:CAPPower:TIMeout:STATe ON"

SETup:CAPPower:TIMeout:TIME

Function

Sets/queries the access probe power measurement's timeout setting to be used when the timeout state is set to ON. See Access Probe Power Measurement Parameters , "Timeout Time/State."

Requirements Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Programming Example

 
OUTPUT 714;"SETup:CAPPower:TIMeout:TIME 5"