Stream
SCPI Command :
MMEMory:LOAD:IQ:STReam
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() str[source]
# MMEMory:LOAD:IQ:STReam value: str = driver.applications.k9X11Ad.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.- Returns:
channel: String containing the channel name.
- set(channel: str) None[source]
# MMEMory:LOAD:IQ:STReam driver.applications.k9X11Ad.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.- Parameters:
channel – String containing the channel name.
Cloning the Group
# Create a copy of the original group, that exists independently
stream_copy = driver.applications.k9X11Ad.massMemory.load.iq.stream.clone()
Subgroups