Property (Read-Write)
SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE = Status
Status = SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE
This command selects the Source Port IF Ranging Mode.
Parameter |
Status |
Description |
Source Port IF Ranging Mode |
Data type |
String |
Range |
Select from either of the following:
|
Preset value |
FAST |
Dim Var as String
SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE = "NORM"
Var = SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE
System > Service Menu > Src IF Range Mode > Fast|Normal
:SYSTem:PREFerence:IF:RANGe:SPORt[:MODE] {FAST|NORMal}
:SYSTem:PREFerence:IF:RANGe:SPORt[:MODE]?
{FAST|NORM}<newline><^END>
10 OUTPUT 717;":SYST:PREF:IF:RANG:SPOR NORM"
20 OUTPUT 717;":SYST:PREF:IF:RANG:SPOR?"
30 ENTER 717;A$