SCPI.SENSe.PN(Ch).LOBandwidth

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.PN(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.PN1.LOBandwidth = Var
Var = SCPI.SENSe.PN1.LOBandwidth

Equivalent Key

PN Menu: Setup > LO PhNoise Optimize

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

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