SCPI.SENSe.PN(Ch).FBANd

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.PN(Ch).FBANd = Value

Value = SCPI.SENSe.PN(Ch).FBANd

Description

This command sets/gets frequency band, for the selected channel Ch.

Variable

Parameter

   Value

Description

Frequency band

Data Type

Character string type (String)

Range

BAND1|BAND2|BAND3|BAND4|BAND5|BAND6

Preset Value

BAND4

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

 

When the E5052B is used stand-alone, or with the downconverter turned off

Parameter

<string>

BAND1

Set frequency band to '10M - 41MHz'

BAND2

Set frequency band to '39M - 101MHz'

BAND3

Set frequency band to '99M - 1.5GHz'

BAND4( Preset value)

Set frequency band to '250M - 7GHz'

When the downconverter is turned on and with the RF input is set to ’E5052B Direct’

Parameter

<string>

BAND1

Set frequency band to '10M - 41MHz'

BAND2

Set frequency band to '39M - 101MHz'

BAND3

Set frequency band to '99M - 1.5GHz'

BAND4(Preset value)

Set frequency band to '250M - 3GHz'

When the downconverter is turned on and with the RF input is set to ’Downconverter’

Parameter

<string>

BAND5 (Preset Value)

Set frequency band to '3G - 10GHz'

BAND6

Set frequency band to '9G - 26.5GHz'

Examples

Dim Var as String
Var= "BAND1"
SCPI.SENSe.PN1.FBANd = Var
Var = SCPI.SENSe.PN1.FBANd

Equivalent Key

PN Menu: Setup > Frequency Band

Equivalent SCPI Command

Syntax

:SENSe:PN[1-1]:FBANd {BAND1|BAND2|BAND3|BAND4|BAND5|BAND6}

:SENSe:PN[1-1]:FBANd?

Query Response

{BAND1|BAND2|BAND3|BAND4|BAND5|BAND6} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PN1:FBANd BAND1"
20 OUTPUT 717;":SENSe:PN1:FBANd ?"
30 ENTER 717;A$