FormatPy

SCPI Command :

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

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

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

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: RsFsw.enums.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)

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