Select

SCPI Command :

INPut:SELect
class SelectCls[source]

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

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

Selects the signal source for measurements, i.e. it defines which connector is used to input data to the FSW. If no additional input options are installed, only RF input is supported. For FSW85 models with two RF input connectors, you must select the input connector to configure first using method RsFsw.Applications.K10x_Lte.InputPy.TypePy.set.

return

source: OBB Oscilloscope Baseband signal For details on Oscilloscope Baseband Input see ‘Processing Oscilloscope Baseband Input’. Not available for Input2. RF Radio Frequency (‘RF INPUT’ connector) FIQ I/Q data file (selected by method RsFsw.InputPy.File.Path.set) For details, see ‘Basics on Input from I/Q Data Files’. Not available for Input2. DIQ Digital IQ data (only available with optional ‘Digital Baseband’ interface) For details on I/Q input see ‘Digital Input’. Not available for Input2. AIQ Analog Baseband signal (only available with optional ‘Analog Baseband’ interface) For details on Analog Baseband input, see ‘Processing Data From the Analog Baseband Interface’. Not available for Input2.

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

Selects the signal source for measurements, i.e. it defines which connector is used to input data to the FSW. If no additional input options are installed, only RF input is supported. For FSW85 models with two RF input connectors, you must select the input connector to configure first using method RsFsw.Applications.K10x_Lte.InputPy.TypePy.set.

param source

OBB Oscilloscope Baseband signal For details on Oscilloscope Baseband Input see ‘Processing Oscilloscope Baseband Input’. Not available for Input2. RF Radio Frequency (‘RF INPUT’ connector) FIQ I/Q data file (selected by method RsFsw.InputPy.File.Path.set) For details, see ‘Basics on Input from I/Q Data Files’. Not available for Input2. DIQ Digital IQ data (only available with optional ‘Digital Baseband’ interface) For details on I/Q input see ‘Digital Input’. Not available for Input2. AIQ Analog Baseband signal (only available with optional ‘Analog Baseband’ interface) For details on Analog Baseband input, see ‘Processing Data From the Analog Baseband Interface’. Not available for Input2.