OffPower
SCPI Command :
CALCulate<n>:LIMit<li>:OOPower:OFFPower
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) str[source]
# CALCulate<n>:LIMit<li>:OOPower:OFFPower value: str = driver.applications.k10Xlte.calculate.limit.ooPower.offPower.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Queries the results of the limit check in the ‘Off’ periods of on/off power measurements.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
results: Returns one value for every ‘Off’ period. PASSED Limit check has passed. FAILED Limit check has failed.
Cloning the Group
# Create a copy of the original group, that exists independently
offPower_copy = driver.applications.k10Xlte.calculate.limit.ooPower.offPower.clone()
Subgroups