SETup:FM

SETup:FM

Last updated: May 10, 2010

GPIB Command Conventions

SETup:FM:CONTinuous

Function

Sets/queries the trigger arm state for the FM measurement. Determines whether measurement will make one measurement then stop (0|OFF (single)), or automatically rearm 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)

Programming Example

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

SETup:FM:COUNt[:SNUMber]

Function

Sets/queries the number of FM measurements to be made in a mulit-measurement setup. This command sets the count, and automatically sets the multi-measurement STATe command to 1 (on).

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10, off

Programming Example

 
OUTPUT 714;"SETup:FM:COUNt 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:FM:COUNt:NUMBer

Function

Sets/queries the number of FM measurements to be made when mulit-measurement state is ON.

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Programming Example

 
OUTPUT 714;"SETup:FM:COUNt:NUMBer 5" 
!Sets the number of measurements to 5 when the multi-measurement state is set to ON.

SETup:FM:COUNt:STATe

Function

Sets/queries the multi-measurement state of the FM measurement.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:FM:COUNt:STATe ON" 
!Turns on multi-measurements.

SETup:FM:DEMPhasis:STATe

Function

Sets/queries whether 750 us de-emphasis is enabled.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

 
10 OUTPUT 714;"SETup:FM:DEMPhasis:STATe ON" 

SETup:FM:DETector[:TYPE]

Function

Sets/queries the detector type for FM measurements.

Setting

Range: RMS|PPEak|NPEak|PNPMaximum|PNPDivide2

Query

Range: RMS|PPE|NPE|PNPM|PNPD2

*RST setting

RMS

Requirement

The parameters: PNPMaximum and PNPDivide2 are provided in the following applications:

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

 
10 OUTPUT 714;"SETup:FM:DETector PPE"
!Set the detector type to be Peak+

SETup:FM:DISTortion:FREQuency

Function

Sets/queries the FM distortion fundamental frequency.

Setting

Range: 100 to 10000 Hz

Resolution: 1 Hz

Query

Range: 100 to 10000 Hz

*RST setting

1004 Hz

Programming Example

 
10 OUTPUT 714;"SETup:FM:DISortion:FREQuency 300HZ"

SETup:FM:DISTortion:STATe

Function

Sets/queris whether the FM distortion measurement is enabled.

Setting

Range: 1|0N|0|OFF

Query

Range: 1|0

*RST setting

0 (off)

Programming Example

 
10 OUTPUT 714;"SETup:FM:SDISTortion:STATe ON"

SETup:FM:EXPandor:STATe

Function

Sets/queries whether the expandor is enabled.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST setting

0 (off)

Programming Example

 
10 OUTPUT 714;"SETup:FM:EXPandor:STATe ON" 

SETup:FM:FILTer[:TYPE]

Function

Sets/queries the filter type for FM measurements.

Setting

Range: NONE|TBPass|CMESsage|BPASs50|BPASs300|BPASs3000

Query

Range: NONE|TBP|CMES|BPAS50|BPAS300|BPAS3000

*RST setting

NONE

Programming Example

 
10 OUTPUT 714;"SETup:FM:FILTer BPAS50" 
!Selects the 50 Hz to 15 kHz bandpass filter.

SETup:FM:FILTer:TBPass[:FREQuency]

Function

Sets/queries the center frequency for the 100 Hz tunable bandpass filter (TBPass).

Setting

Range: 300.0 to 15000 Hz

Resolution: 0.1 Hz

Query

Range: 300.0 to 15000 Hz

*RST setting

1000 Hz

Programming Example

 
10 OUTPUT 714;"SETup:FM:FILTer:TBPass 300HZ"

SETup:FM:FREQuency:STATe

Function

Sets/queries whether the FM modulation frequency measurement is enabled.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST setting

0 (off)

Programming Example

 
OUTPUT 714;"SETup:FM:FREQuency:STATe ON" 

SETup:FM:GTIMe

Function

Sets/queries the gate time for FM module frequency measurements.

Setting

Range: 0.05 to 6.05 seconds

Resolution: 0.1 second

Step Size: 1.0 second

Query

Range: 0.05 to 6.05 seconds

*RST Setting

0.05 seconds

Requirement

Test Application Revision: B.09 and above

Lab Application Revision: B.03 and above

Programming Example

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

SETup:FM:TIMeout[:STIMe]

Function

Sets/queries the FM 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, on

Programming Example

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

SETup:FM:TIMeout:STATe

Function

Sets/queries the FM measurement's timeout state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Programming Example

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

SETup:FM:TIMeout:TIME

Function

Sets/queries the FM 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

Programming Example

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