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