FormatPy

SCPI Commands

MMEMory:STORe<Store>:IQ:FORMat
class FormatPyCls[source]

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

get(store=Store.Default) IqDataFormatDdem[source]
# SCPI: MMEMory:STORe<n>:IQ:FORMat
value: enums.IqDataFormatDdem = driver.applications.k70Vsa.massMemory.store.iq.formatPy.get(store = repcap.Store.Default)

This command sets or queries the format of the I/Q data to be stored.

param store

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

return

data_type: No help available

set(data_type: IqDataFormatDdem, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:IQ:FORMat
driver.applications.k70Vsa.massMemory.store.iq.formatPy.set(data_type = enums.IqDataFormatDdem.FloatComplex=FLOat32,COMPlex, store = repcap.Store.Default)

This command sets or queries the format of the I/Q data to be stored.

param data_type

No help available

param store

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