State

SCPI Commands

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

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

set(position: float, filename: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:IQ:STATe
driver.applications.k70Vsa.massMemory.store.iq.state.set(position = 1.0, filename = '1', store = repcap.Store.Default)

This command writes the captured I/Q data to a file. The file extension is *.iq.tar. 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.

param store

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