Select

SCPI Command :

RIQ:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() InputSourceC[source]
# RIQ:SELect
value: enums.InputSourceC = driver.applications.k6Pulse.riq.select.get()

Selects the reference IQ source for time sidelobe measurements.

Returns:

source: FIQ | PFM | BARKer | EBARker FIQ A custom waveform is loaded from an iq.tar file. The file to be imported is defined by method RsFsw.applications.k6Pulse.riq.fiq.path.set() . PFM A polynomial is used to define the signal’s phase. BARKer A Barker waveform with a specified primary code is used. EBARker A Barker waveform with a specified primary and secondary code is used.

set(source: InputSourceC) None[source]
# RIQ:SELect
driver.applications.k6Pulse.riq.select.set(source = enums.InputSourceC.BARKer)

Selects the reference IQ source for time sidelobe measurements.

Parameters:

source – FIQ | PFM | BARKer | EBARker FIQ A custom waveform is loaded from an iq.tar file. The file to be imported is defined by method RsFsw.applications.k6Pulse.riq.fiq.path.set() . PFM A polynomial is used to define the signal’s phase. BARKer A Barker waveform with a specified primary code is used. EBARker A Barker waveform with a specified primary and secondary code is used.