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) IqDataFormat[source]
# SCPI: MMEMory:STORe<n>:IQ:FORMat
value: enums.IqDataFormat = driver.massMemory.store.iq.formatPy.get(store = repcap.Store.Default)

No command help available

param store

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

return

data_type: No help available

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

No command help available

param data_type

No help available

param store

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