State

SCPI Command :

MMEMory:STORe<n>:IQ:STATe
class StateCls[source]

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

class StateStruct[source]

Response structure. Fields:

  • Position: int: No parameter help available

  • Filename: str: 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.

get(store=Store.Default) StateStruct[source]
# SCPI: MMEMory:STORe<n>:IQ:STATe
value: StateStruct = driver.applications.k91Wlan.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.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

return

structure: for return value, see the help for StateStruct structure arguments.

set(position: int, filename: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:IQ:STATe
driver.applications.k91Wlan.massMemory.store.iq.state.set(position = 1, filename = '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.

param position

1..n

param filename

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.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)