PwrRipple

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:POWer:PWRRipple
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:CHRDetection:TABLe:POWer:PWRRipple
value: bool = driver.applications.k60Transient.calculate.chrDetection.table.power.pwrRipple.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:PWRRipple
driver.applications.k60Transient.calculate.chrDetection.table.power.pwrRipple.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’)