Table

SCPI Command :

MMEMory:STORe<n>:TABLe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
set(columns: StatisticType, filename: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:TABLe
driver.massMemory.store.table.set(columns = enums.StatisticType.ALL, filename = 'abc', store = repcap.Store.Default)

No help available

Parameters:

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

Cloning the Group

# Create a copy of the original group, that exists independently
table_copy = driver.massMemory.store.table.clone()

Subgroups