Table
SCPI Commands :
CALCulate<n>:CHRDetection:STATes:TABLe:LOAD
CALCulate<n>:CHRDetection:STATes:TABLe:SAVE
- Commands in total: 2Subgroups: 0Direct child commands: 2
- load(filename: str, window=Window.Default) None[source]
# 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.
- 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>: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.
- Parameters:
filename – String containing the path and name of the file.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)