MaxPower
SCPI Command :
CALCulate<n>:CHRDetection:TABLe:POWer:MAXPower
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:CHRDetection:TABLe:POWer:MAXPower value: bool = driver.applications.k60Transient.calculate.chrDetection.table.power.maxPower.get(window = repcap.Window.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 The parameter is included. ON | 1 The parameter is not included
- set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:TABLe:POWer:MAXPower driver.applications.k60Transient.calculate.chrDetection.table.power.maxPower.set(state = False, window = repcap.Window.Default)
No help available
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 The parameter is included. ON | 1 The parameter is not included
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)