State
SCPI Command :
MMEMory:LOAD:IQ:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class StateStruct[source]
Response structure. Fields:
State: int: No parameter help available
Filename: str: 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.
- get() StateStruct [source]
# SCPI: MMEMory:LOAD:IQ:STATe value: StateStruct = driver.applications.k91Wlan.massMemory.load.iq.state.get()
Restores I/Q data from a file.
- return
structure: for return value, see the help for StateStruct structure arguments.
- set(state: int, filename: str) None [source]
# SCPI: MMEMory:LOAD:IQ:STATe driver.applications.k91Wlan.massMemory.load.iq.state.set(state = 1, filename = 'abc')
Restores I/Q data from a file.
- param state
No help available
- param filename
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.