State

SCPI Command :

MMEMory:LOAD:IQ:STATe
class StateCls[source]

State commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() List[int][source]
# SCPI: MMEMory:LOAD:IQ:STATe
value: List[int] = driver.applications.k14Xnr5G.massMemory.load.iq.state.get()

Restores I/Q data from a file.

return

state: No help available

set(state: List[int]) None[source]
# SCPI: MMEMory:LOAD:IQ:STATe
driver.applications.k14Xnr5G.massMemory.load.iq.state.set(state = [1, 2, 3])

Restores I/Q data from a file.

param state

string String containing the path and name of the source file. The file type is determined by the file extension. If no file extension is provided, the file type is assumed to be .iq.tar. For .mat files, Matlab(R) v4 is assumed.

Cloning the Group

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

Subgroups