Auto

SCPI Command :

MMEMory:LOAD:IQ:STReam:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# MMEMory:LOAD:IQ:STReam:AUTO
value: bool = driver.applications.k9X11Ad.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.

Returns:

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]
# MMEMory:LOAD:IQ:STReam:AUTO
driver.applications.k9X11Ad.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.

Parameters:

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.