Property (Read Only)
Param = SCPI.SENSe(Ch).ROSCillator.SOURce
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.
| 
 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: 
  | 
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]-4}:ROSCillator:SOURce?
{INTernal|EXTernal}<newline><^END>
10 OUTPUT 717;":SENS1:ROSC:SOUR?"
20 ENTER 717;A$