Property (Read-Write)
SCPI.SENSe.PS(Ch).ROSCillator.REFerence(1-2).SOURce = Value
Value = SCPI.SENSe.PS(Ch).ROSCillator.REFerence(1-2).SOURce
This command sets/gets source of reference oscillator, for the selected channel Ch.
Parameter |
Value |
Description |
Source of reference oscillator |
Data Type |
Character string type (String) |
Range |
INTernal|EXTernal |
Preset Value |
INTernal |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "INTernal"
SCPI.SENSe.PS1.ROSCillator.REFerence2.SOURce = Var
Var = SCPI.SENSe.PS1.ROSCillator.REFerence2.SOURce
SCPI.SENSe.PS(Ch).ROSCillator.BANDwidth
PS Menu: Setup > Reference Oscillator > Ref. Osc.1 Source
:SENSe:PS[1-1]:ROSCillator:REFerence[1-2]:SOURce {INTernal|EXTernal}
:SENSe:PS[1-1]:ROSCillator:REFerence[1-2]:SOURce?
{INTernal|EXTernal} <newline><^END>
10 OUTPUT 717;":SENSe:PS1:ROSCillator:REFerence2:SOURce INTernal"
20 OUTPUT 717;":SENSe:PS1:ROSCillator:REFerence2:SOURce?"
30 ENTER 717;A$