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