SCPI.SENSe.PS(Ch).ROSCillator.BANDwidth

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.PS(Ch).ROSCillator.BANDwidth = Value

Value = SCPI.SENSe.PS(Ch).ROSCillator.BANDwidth

Description

This command sets/gets bandwidth of reference oscillator, for the selected channel Ch.

Variable

Parameter

   Value

Description

Bandwidth of reference oscillator

Data Type

Character string type (String)

Range

NARRow|WIDE

Preset Value

NARRow

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "NARRow"
SCPI.SENSe.PS1.ROSCillator.BANDwidth = Var
Var = SCPI.SENSe.PS1.ROSCillator.BANDwidth

Related Objects

SCPI.SENSe.PS(Ch).ROSCillator.REFerence(1-2).SOURce

Equivalent Key

PS Menu: Setup > Reference Oscillator > Bandwidth

Equivalent SCPI Command

Syntax

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

:SENSe:PS[1-1]:ROSCillator:BANDwidth?

Query Response

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

Example of use

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