Percent
SCPI Command :
CALCulate<n>:TABLe:POWer:RIPPle[:PERCent]
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get(window=Window.Default) bool[source]
# CALCulate<n>:TABLe:POWer:RIPPle[:PERCent] value: bool = driver.applications.k6Pulse.calculate.table.power.ripple.percent.get(window = repcap.Window.Default)
If enabled, the ripple in percent is included in the result tables.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:TABLe:POWer:RIPPle[:PERCent] driver.applications.k6Pulse.calculate.table.power.ripple.percent.set(state = False, window = repcap.Window.Default)
If enabled, the ripple in percent is included in the result tables.
- Parameters:
state – ON | OFF | 1 | 0
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
percent_copy = driver.applications.k6Pulse.calculate.table.power.ripple.percent.clone()
Subgroups