Select

SCPI Command :

RIQ:SELect
class SelectCls[source]

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

get() RsFsw.enums.InputSourceC[source]
# SCPI: RIQ:SELect
value: enums.InputSourceC = driver.applications.k6Pulse.riq.select.get()

Selects the reference IQ source for time sidelobe measurements.

return

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.K6_Pulse.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: RsFsw.enums.InputSourceC) None[source]
# SCPI: RIQ:SELect
driver.applications.k6Pulse.riq.select.set(source = enums.InputSourceC.BARKer)

Selects the reference IQ source for time sidelobe measurements.

param 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.K6_Pulse.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.