Auto

SCPI Command :

RIQ:FIQ:RANGe:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# RIQ:FIQ:RANGe:AUTO
value: bool = driver.applications.k6Pulse.riq.fiq.range.auto.get()

If enabled, the data from the entire file is used as the time sidelobe range. If disabled, you can define the length and offset of the range manually (see method RsFsw.applications.k6Pulse.riq.fiq.range.length.set() and method RsFsw.applications.k6Pulse.riq.fiq.range.offset.set() .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# RIQ:FIQ:RANGe:AUTO
driver.applications.k6Pulse.riq.fiq.range.auto.set(state = False)

If enabled, the data from the entire file is used as the time sidelobe range. If disabled, you can define the length and offset of the range manually (see method RsFsw.applications.k6Pulse.riq.fiq.range.length.set() and method RsFsw.applications.k6Pulse.riq.fiq.range.offset.set() .

Parameters:

state – ON | OFF | 1 | 0