SCPI.SENSe.ROSCillator.SOURce

Object Type

Property (Read Only)

Syntax

Value = SCPI.SENSe.ROSCillator.SOURce

Description

This command gets source of reference oscillator.

Variable

Parameter

   Value

Description

Source of reference oscillator

Data Type

Character string type (String)

Range

INTernal|EXTernal|UNLock

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

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

Related Objects

SCPI.SENSe.ROSCillator.REF1.SOURce

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:SENSe:ROSCillator:SOURce?

Query Response

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

Example of use

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