SCPI.SENSe.AM(Ch).FBANd

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.AM(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

BAND2|BAND3|BAND4|BAND5|BAND6

Preset Value

BAND4

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "BAND2"
SCPI.SENSe.AM1.FBANd = Var
Var = SCPI.SENSe.AM1.FBANd

Equivalent Key

AM Menu: Setup > Frequency Band

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

10 OUTPUT 717;":SENSe:AM1:FBANd BAND2"
20 OUTPUT 717;":SENSe:AM1:FBANd ?"
30 ENTER 717;A$