Trace

SCPI Command :

MMEMory:STORe<n>:IQ:TRACe
class TraceCls[source]

Trace 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:TRACe
driver.applications.k70Vsa.massMemory.store.iq.trace.set(position = 1.0, filename = 'abc', store = repcap.Store.Default)

Stores the I/Q data for the displayed trace in the selected window to a file in iq.tar format. Is only available for result types that provide I/Q data based on the error vector, such as the ‘Vector I/Q’ or Real/Imag displays.

param position

1..n Window

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’)