Select

SCPI Commands

INPut:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() InputSourceB[source]
# SCPI: INPut:SELect
value: enums.InputSourceB = driver.applications.k60Transient.inputPy.select.get()

This command selects the signal source for measurements, i.e. it defines which connector is used to input data to the R&S FSWP.

return

source: RF Radio Frequency (‘RF INPUT’ connector) FIQ I/Q data file (selected by method RsFswp.InputPy.File.Path.set) For details, see ‘Basics on input from I/Q data files’.

set(source: InputSourceB) None[source]
# SCPI: INPut:SELect
driver.applications.k60Transient.inputPy.select.set(source = enums.InputSourceB.FIQ)

This command selects the signal source for measurements, i.e. it defines which connector is used to input data to the R&S FSWP.

param source

RF Radio Frequency (‘RF INPUT’ connector) FIQ I/Q data file (selected by method RsFswp.InputPy.File.Path.set) For details, see ‘Basics on input from I/Q data files’.