SCPI.SENSe.ROSCillator.REF1.SOURce

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.ROSCillator.REF1.SOURce = Value

Value = SCPI.SENSe.ROSCillator.REF1.SOURce

Description

This command sets/gets source of reference oscillator 1.

Variable

Parameter

   Value

Description

Source of reference oscillator 1

Data Type

Character string type (String)

Range

INTernal|EXTernal

Preset Value

INTernal

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "INTernal"
SCPI.SENSe.ROSCillator.REF1.SOURce = Var
Var = SCPI.SENSe.ROSCillator.REF1.SOURce

Related Objects

SCPI.SENSe.ROSCillator.SOURce

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SENSe:ROSCillator:REF1:SOURce {INTernal|EXTernal}

:SENSe:ROSCillator:REF1:SOURce?

Query Response

{INTernal|EXTernal} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:ROSCillator:REF1:SOURce INTernal"
20 OUTPUT 717;":SENSe:ROSCillator:REF1:SOURce ?"
30 ENTER 717;A$