Table

SCPI Commands :

CALCulate<n>:HOPDetection:STATes:TABLe:LOAD
CALCulate<n>:HOPDetection:STATes:TABLe:SAVE
class TableCls[source]

Table commands group definition. 9 total commands, 7 Subgroups, 2 group commands

load(filename: str, window=Window.Default) None[source]
# SCPI: CALCulate<n>:HOPDetection:STATes:TABLe:LOAD
driver.applications.k60Transient.calculate.hopDetection.states.table.load(filename = 'abc', window = repcap.Window.Default)

Loads the signal state table configuration from the selected file.

param filename

String containing the path and name of the file.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

save(filename: str, window=Window.Default) None[source]
# SCPI: CALCulate<n>:HOPDetection:STATes:TABLe:SAVE
driver.applications.k60Transient.calculate.hopDetection.states.table.save(filename = 'abc', window = repcap.Window.Default)

Saves the current signal state table configuration to a file for later use.

param filename

String containing the path and name of the file.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.calculate.hopDetection.states.table.clone()

Subgroups