Table

SCPI Commands :

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

Table commands group definition. 2 total commands, 0 Subgroups, 2 group commands

load(filename: str, window=Window.Default) None[source]
# SCPI: CALCulate<n>:CHRDetection:STATes:TABLe:LOAD
driver.applications.k60Transient.calculate.chrDetection.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>:CHRDetection:STATes:TABLe:SAVE
driver.applications.k60Transient.calculate.chrDetection.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’)