Stream
SCPI Command :
MMEMory:LOAD:IQ:STReam
- class StreamCls[source]
Stream commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get() str [source]
# SCPI: MMEMory:LOAD:IQ:STReam value: str = driver.applications.k60Transient.massMemory.load.iq.stream.get()
Only available for files that contain more than one data stream from multiple channels: selects the data stream to be used as input for the currently selected channel. Automatic mode (method RsFsw.MassMemory.Load.Iq.Stream.Auto.set) is set to OFF.
- return
channel: String containing the channel name.
- set(channel: str) None [source]
# SCPI: MMEMory:LOAD:IQ:STReam driver.applications.k60Transient.massMemory.load.iq.stream.set(channel = 'abc')
Only available for files that contain more than one data stream from multiple channels: selects the data stream to be used as input for the currently selected channel. Automatic mode (method RsFsw.MassMemory.Load.Iq.Stream.Auto.set) is set to OFF.
- param channel
String containing the channel name.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.massMemory.load.iq.stream.clone()
Subgroups