Table
SCPI Command :
MMEMory:STORe<n>:TABLe
- class TableCls[source]
Table commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- set(columns: RsFsw.enums.StatisticType, filename: str, store=Store.Default) None [source]
# SCPI: MMEMory:STORe<n>:TABLe driver.massMemory.store.table.set(columns = enums.StatisticType.ALL, filename = 'abc', store = repcap.Store.Default)
No command help available
- param columns
No help available
- param filename
No help available
- param store
optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.massMemory.store.table.clone()
Subgroups