Auto
SCPI Command :
RIQ:FIQ:RANGe:AUTO
- Commands in total: 1Subgroups: 0Direct 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 methodRsFsw.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 methodRsFsw.applications.k6Pulse.riq.fiq.range.offset.set().- Parameters:
state – ON | OFF | 1 | 0