Sense:Frequency Commands


Sets the frequency sweep functions of the analyzer.

SENSe:FREQuency:

CENTer

[CW | FIXed]

SPAN

STARt

STOP

Click on a Red keyword to view the command details.

See Also


SENSe<cnum>:FREQuency:CENTer <num>

Applicable Models: E5080A, M9485A

(Read-Write) Sets the center frequency of the analyzer.

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<num>

Center frequency. Choose any number between the minimum and maximum frequency limits of the analyzer. Units are Hz.

This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information.

Examples

SENS:FREQ:CENT 1000000

sense2:frequency:center 1mhz

sense2:frequency:center 1e6

Query Syntax

SENSe<cnum>:FREQuency:CENTer?

Return Type

Numeric

Default

Center of the analyzer's frequency span


SENSe<cnum>:FREQuency[:CW | :FIXed] <num>

Applicable Models: E5080A, M9485A

(Read-Write) Sets the Continuous Wave (or Fixed) frequency for the power sweep for channels 1 to 36. Must also send SENS:SWEEP:TYPE CW to put the analyzer into CW sweep mode.

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1.

<num>

CW frequency. Choose any number between the minimum and maximum frequency limits of the analyzer. Units are Hz.

This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information.

Examples

SENS:FREQ 1000000
SENS:FREQ:CW MIN
sense2:frequency:fixed 1mhz

Query Syntax

SENSe<cnum>:FREQuency[:CW | :FIXed]?

Return Type

Numeric

Default

1E5 Hz


SENSe<cnum>:FREQuency:SPAN <num>

Applicable Models: E5080A, M9485A

(Read-Write) Sets the frequency span of the analyzer.

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<num>

Frequency span in Hz. Choose any number between 0 (minimum) and the maximum frequency span of the analyzer.

This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information.

Examples

SENS:FREQ:SPAN 1000000
sense2:frequency:span max

Query Syntax

SENSe<cnum>:FREQuency:SPAN?

Return Type

Numeric

Default

Maximum frequency span of the analyzer


SENSe<cnum>:FREQuency:STARt <num>

Applicable Models: E5080A, M9485A

(Read-Write) Sets the start frequency of the analyzer.

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<num>

Start frequency. Choose any number between the MIN and MAX frequency limits of the analyzer. Units are Hz

If FREQ:START is set greater than FREQ:STOP, then STOP is set equal to START.

This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information.

Examples

SENS:FREQ:STAR 1000000
sense2:frequency:start MIN

Query Syntax

SENSe<cnum>:FREQuency:STARt?

If Sweep type is segment, this query returns the start frequency of the first segment.

Return Type

Numeric

Default

Minimum frequency of the analyzer


SENSe<cnum>:FREQuency:STOP <num>

Applicable Models: E5080A, M9485A

(Read-Write) Sets the stop frequency of the analyzer.

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<num>

Stop frequency. Choose any number between: the minimum and maximum frequency limits of the analyzer. Units are Hz.

If FREQ:STOP is set less than FREQ:START, then START will be set equal to STOP.

This command will accept MIN or MAX instead of a numeric parameter. See SCPI Syntax for more information.

Examples

SENS:FREQ:STOP 1000000
sense2:frequency:stop max

Query Syntax

SENSe<cnum>:FREQuency:STOP?

If Sweep type is segment, this query returns the stop frequency of the last segment.

Return Type

Numeric

Default

Maximum frequency of the analyzer


Last Modified:

18-May-2016

First Release