SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE

Object Type

Property (Read-Write)

Syntax

SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE = Status

Status = SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE

Description

This command selects the Source Port IF Ranging Mode.

Variable

Parameter

Status

Description

Source Port IF Ranging Mode

Data type

String

Range

Select from either of the following:

  • FAST:IF ranging for the source port is executed before measurements.

  • NORMal: IF ranging for the source port is executed during measurements.

Preset value

FAST

Examples

Dim Var as String
SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE = "NORM"
Var = SCPI.SYSTem.PREFerences.IF.RANGe.SPORt.MODE

Equivalent Key

System > Service Menu > Src IF Range Mode > Fast|Normal

Equivalent SCPI Command

Syntax

:SYSTem:PREFerence:IF:RANGe:SPORt[:MODE] {FAST|NORMal}

:SYSTem:PREFerence:IF:RANGe:SPORt[:MODE]?

Query Response

{FAST|NORM}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:PREF:IF:RANG:SPOR NORM"
20 OUTPUT 717;":SYST:PREF:IF:RANG:SPOR?"
30 ENTER 717;A$