State
SCPI Command :
MMEMory:LOAD:IQ:STATe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() List[int][source]
# MMEMory:LOAD:IQ:STATe value: List[int] = driver.applications.k14Xnr5G.massMemory.load.iq.state.get()
Restores I/Q data from a file.
- set(state: List[int]) None[source]
# MMEMory:LOAD:IQ:STATe driver.applications.k14Xnr5G.massMemory.load.iq.state.set(state = [1, 2, 3])
Restores I/Q data from a file.
- Parameters:
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 copy of the original group, that exists independently
state_copy = driver.applications.k14Xnr5G.massMemory.load.iq.state.clone()
Subgroups