Auto
SCPI Command :
RIQ:FIQ:RANGe:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.K6_Pulse.Riq.Fiq.Range.Length.set and method RsFsw. Applications.K6_Pulse.Riq.Fiq.Range.Offset.set.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: 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.K6_Pulse.Riq.Fiq.Range.Length.set and method RsFsw. Applications.K6_Pulse.Riq.Fiq.Range.Offset.set.
- param state
ON | OFF | 1 | 0