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 inputted to the Ref In connector on the rear panel. The return values are the same for all of Ch.

Variable

Parameter

Param

Description

Whether the external reference signal is inputted or not.

Data type

Character string type (String)

Range

Select from either of the following:

  • "INTernal": The external reference signal is not inputted.

  • "EXTernal": The external reference signal is inputted.

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]-4}:ROSCillator:SOURce?

Query response

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

Example of use

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