SCPI.SENSe(Ch).ROSCillator.SOURce

Object type

Property (Read-only)

Syntax

Param = SCPI.SENSe(Ch).ROSCillator.SOURce

Description

This command reads whether the external reference signal is being input to the Ref In connector on the rear panel.  

Variable

Parameter

Param

Description

Whether the external reference signal is being input or not.

Data type

Character string type (String)

Range

Select from either of the following:

  • "INTernal": The external reference signal is not being input.

  • "EXTernal": The external reference signal is being input.

For information on the variable (Ch), see Ch.

Examples

Dim Ref As String
Ref = SCPI.SENSe(1).ROSCillator.SOURce

Equivalent key

Displayed on the instrument status bar (at the bottom of the LCD display).

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:ROSCillator:SOURce?

Query response

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

 

Description

INTernal

The external reference signal is not inputted.

EXTernal

The external reference signal is inputted.

Example of use

10 OUTPUT 717;":SENS1:ROSC:SOUR?"
20 ENTER 717;A$