Auto
SCPI Command :
MMEMory:LOAD:IQ:STReam:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: MMEMory:LOAD:IQ:STReam:AUTO value: bool = driver.applications.k60Transient.massMemory.load.iq.stream.auto.get()
Only available for files that contain more than one data stream from multiple channels: automatically defines which data stream in the file is used as input for the channel.
- return
state: ON | OFF | 0 | 1 OFF | 0 The data stream specified by method RsFsw.MassMemory.Load.Iq.Stream.set is used as input for the channel. ON | 1 The first data stream in the file is used as input for the channel. Applications that support multiple data streams use the first data stream in the file for the first input stream, the second for the second stream etc.
- set(state: bool) None [source]
# SCPI: MMEMory:LOAD:IQ:STReam:AUTO driver.applications.k60Transient.massMemory.load.iq.stream.auto.set(state = False)
Only available for files that contain more than one data stream from multiple channels: automatically defines which data stream in the file is used as input for the channel.
- param state
ON | OFF | 0 | 1 OFF | 0 The data stream specified by method RsFsw.MassMemory.Load.Iq.Stream.set is used as input for the channel. ON | 1 The first data stream in the file is used as input for the channel. Applications that support multiple data streams use the first data stream in the file for the first input stream, the second for the second stream etc.