Table

SCPI Commands :

CALCulate<n>:HOPDetection:STATes:TABLe:LOAD
CALCulate<n>:HOPDetection:STATes:TABLe:SAVE
Commands in total: 9
Subgroups: 7
Direct child commands: 2
load(filename: str, window=Window.Default) None[source]
# 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.

Parameters:
  • filename – String containing the path and name of the file.

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

save(filename: str, window=Window.Default) None[source]
# 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.

Parameters:
  • filename – String containing the path and name of the file.

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

Cloning the Group

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

Subgroups