SCPI.SENSe.PS(Ch).LOBandwidth

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.PS(Ch).LOBandwidth = Value

Value = SCPI.SENSe.PS(Ch).LOBandwidth

Description

This command sets/gets phase noise Local bandwidth optimization for the selected channel Ch.

Variable

Parameter

   Value

Description

Phase noise Local bandwidth optimization

Data Type

Character string type (String)

Range

NARRow|WIDE

Preset Value

WIDE

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NARRow"
SCPI.SENSe.PS1.LOBandwidth = Var
Var = SCPI.SENSe.PS1.LOBandwidth

Equivalent Key

PS Menu: Setup > LO PhNoise Optimize

Equivalent SCPI Command

Syntax

:SENSe:PS[1-1]:LOBandwidth {NARRow|WIDE}

:SENSe:PS[1-1]:LOBandwidth?

Query Response

{NARRow|WIDE} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PS1:LOBandwidth NARRow"
20 OUTPUT 717;":SENSe:PS1:LOBandwidth?"
30 ENTER 717;A$