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.IqDataFormatDdem [source]
# SCPI: MMEMory:STORe<n>:IQ:FORMat value: enums.IqDataFormatDdem = driver.applications.k70Vsa.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.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)
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’)