SCPI.SENSe.SP(Ch).CARRier.FBANd

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.SP(Ch).CARRier.FBANd = Value

Value = SCPI.SENSe.SP(Ch).CARRier.FBANd

Description

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

Variable

Parameter

   Value

Description

Carrier frequency band

Data Type

Character string type (String)

Range

LOW|HIGH|BAND3|BAND4

Preset Value

HIGH

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

When the E5052B is used stand-alone, or with the downconverter turned off, or with the downconverter on and the RF input is set to 'E5052B Direct'

Parameter

<string>

LOW

Set the carrier frequency band to '10M-1.5GHz'

HIGH ( Preset value)

Set the carrier frequency band to '300M-7GHz'

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

Parameter

<string>

BAND3 (Preset value)

Set the carrier frequency band to '3G-10GHz'

BAND4

Set the carrier frequency band to '9G-26.5GHz'

Examples

Dim Var as String
Var= "LOW"
SCPI.SENSe.SP1.CARRier.FBANd = Var
Var = SCPI.SENSe.SP1.CARRier.FBANd

Related Objects

SCPI.SENSe.SP(Ch).CARRier.SET.CENTer

Equivalent Key

SP Menu: Start/Center > Carrier To > Frequency Band

SP Menu: Stop/Span > Carrier To > Frequency Band

Equivalent SCPI Command

Syntax

:SENSe:SP[1-1]:CARRier:FBANd {LOW|HIGH|BAND3|BAND4}

:SENSe:SP[1-1]:CARRier:FBANd?

Query Response

{LOW|HIGH|BAND3|BAND4} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:SP1:CARRier:FBANd LOW"
20 OUTPUT 717;":SENSe:SP1:CARRier:FBANd ?"
30 ENTER 717;A$