Percent
SCPI Command :
CALCulate<n>:TABLe:POWer:ADRoop[:PERCent]
- class PercentCls[source]
Percent commands group definition. 3 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default) bool [source]
# SCPI: CALCulate<n>:TABLe:POWer:ADRoop[:PERCent] value: bool = driver.applications.k6Pulse.calculate.table.power.adroop.percent.get(window = repcap.Window.Default)
If enabled, the droop in percent is included in the result tables.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None [source]
# SCPI: CALCulate<n>:TABLe:POWer:ADRoop[:PERCent] driver.applications.k6Pulse.calculate.table.power.adroop.percent.set(state = False, window = repcap.Window.Default)
If enabled, the droop in percent is included in the result tables.
- param state
ON | OFF | 1 | 0
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.calculate.table.power.adroop.percent.clone()
Subgroups