SETup:DTMF

SETup:DTMF

Last updated: May 10, 2010

GPIB Command Conventions

SETup:DTMF:CONTinuous

Function

Sets/queries the trigger arm state for the DTMF measurement. Determines whether the measurement makes one measurement then stops (0|OFF (single)), or automatically rearms upon completion of one measurement and repeat the process (1|ON (continuous)).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:DTMF:CONTinuous ON" 
!Sets measurement to continuous trigger mode.

SETup:DTMF:DETector[:TYPE]

Function

Sets/queries the detector type for DTMF measurements.

Setting

Range: RMS|PPEak|NPEak|PNPMaximum|PNPDivide2

Query

Range: RMS|PPE|NPE|PNPM|PNPD2

*RST setting

PNPM

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
10 OUTPUT 714;"SETup:DTMF:DETector PPE" 
!Set the type of dector to be peak+

SETup:DTMF:GTIMe

Function

Sets/queries the gate time for DTMF measurements. When the gate time is reached, the sample is processed to find DTMF characters.

Setting

Range: 0.1 to 6.0 seconds

Resolution: 0.1 second

Step Size: 1.0 second

Query

Range: 0.1 to 6.0 seconds

*RST Setting

2.0 seconds

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:DTMF:GTIMe 5S"

SETup:DTMF:TIMeout[:STIMe]

Function

Sets/queries the DTMF measurement's timeout setting and automatically sets the timeout state 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, off

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

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

SETup:DTMF:TIMeout:STATe

Function

Sets/queries the DTMF measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

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

SETup:DTMF:TIMeout:TIME

Function

Sets/queries the DTMF measurement's timeout 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

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
OUTPUT 714;"SETup:DTMF:TIMeout:TIME 5S"