Stream

SCPI Commands

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.massMemory.load.iq.stream.get()

No command help available

return

channel: No help available

set(channel: str) None[source]
# SCPI: MMEMory:LOAD:IQ:STReam
driver.massMemory.load.iq.stream.set(channel = '1')

No command help available

param channel

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.massMemory.load.iq.stream.clone()

Subgroups