Property (Read-only)
Param = SCPI.SENSe(Ch).ROSCillator.SOURce
This command reads whether the external reference signal is being input to the Ref In connector on the rear panel.
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:
|
For information on the variable (Ch), see Ch.
Dim Ref As String
Ref = SCPI.SENSe(1).ROSCillator.SOURce
Displayed on the instrument status bar (at the bottom of the LCD display).
:SENSe{[1]-160}:ROSCillator:SOURce?
{INTernal|EXTernal}<newline><^END>
|
Description |
INTernal |
The external reference signal is not inputted. |
EXTernal |
The external reference signal is inputted. |
10 OUTPUT 717;":SENS1:ROSC:SOUR?"
20 ENTER 717;A$