State
SCPI Command :
MMEMory:STORe<n>:IQ:STATe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class StateStruct[source]
Response structure. Fields:
1 Arg_0: int: No parameter help available
2 Arg_1: str: No parameter help available
- get(store=Store.Default) StateStruct[source]
# MMEMory:STORe<n>:IQ:STATe value: StateStruct = driver.applications.k14Xnr5G.massMemory.store.iq.state.get(store = repcap.Store.Default)
Writes the captured I/Q data to a file. By default, the contents of the file are in 32-bit floating point format.
- Parameters:
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)
- Returns:
structure: for return value, see the help for StateStruct structure arguments.
- set(arg_0: int, arg_1: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:IQ:STATe driver.applications.k14Xnr5G.massMemory.store.iq.state.set(arg_0 = 1, arg_1 = 'abc', store = repcap.Store.Default)
Writes the captured I/Q data to a file. By default, the contents of the file are in 32-bit floating point format.
- Parameters:
arg_0 – 1..n
arg_1 – String containing the path and name of the target 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.
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)
Cloning the Group
# Create a copy of the original group, that exists independently
state_copy = driver.applications.k14Xnr5G.massMemory.store.iq.state.clone()
Subgroups