TypePy
SCPI Command :
MMEMory:STORe:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.StoreType [source]
# SCPI: MMEMory:STORe:TYPE value: enums.StoreType = driver.massMemory.store.typePy.get()
This command defines whether the data from the entire instrument or only from the current channel is stored with the subsequent MMEM:STOR… command.
- return
type_py: INSTrument | CHANnel INSTrument Stores data from the entire instrument. CHANnel Stores data from an individual channel.
- set(type_py: RsFsw.enums.StoreType) None [source]
# SCPI: MMEMory:STORe:TYPE driver.massMemory.store.typePy.set(type_py = enums.StoreType.CHANnel)
This command defines whether the data from the entire instrument or only from the current channel is stored with the subsequent MMEM:STOR… command.
- param type_py
INSTrument | CHANnel INSTrument Stores data from the entire instrument. CHANnel Stores data from an individual channel.