All

SCPI Command :

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

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

class AllStruct[source]

Response structure. Fields:

  • Arg_0: int: No parameter help available

  • Arg_1: str: No parameter help available

get(store=Store.Default) AllStruct[source]
# SCPI: MMEMory:STORe<n>:IQ:STATe:ALL
value: AllStruct = driver.applications.k14Xnr5G.massMemory.store.iq.state.all.get(store = repcap.Store.Default)

Writes the captured I/Q data of all measurements in a combined measurement sequence to a file. The file extension is *.iq. tar. 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 AllStruct structure arguments.

set(arg_0: int, arg_1: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:IQ:STATe:ALL
driver.applications.k14Xnr5G.massMemory.store.iq.state.all.set(arg_0 = 1, arg_1 = 'abc', store = repcap.Store.Default)

Writes the captured I/Q data of all measurements in a combined measurement sequence to a file. The file extension is *.iq. tar. By default, the contents of the file are in 32-bit floating point format.

param arg_0

No help available

param arg_1

No help available

param store

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