Transient
SCPI Command :
CALCulate<n>:LIMit<li>:OOPower:TRANsient
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(result: ResultTypeE, window=Window.Default, limitIx=LimitIx.Default) str[source]
# CALCulate<n>:LIMit<li>:OOPower:TRANsient value: str = driver.applications.k10Xlte.calculate.limit.ooPower.transient.get(result = enums.ResultTypeE.ALL, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Queries the results of the limit check during the transient periods of the on/off power measurement.
- Parameters:
result – ALL Queries the overall limit check results. FALLing Queries the limit check results of falling transients. RISing Queries the limit check results of rising transients.
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:
limit_check: 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
transient_copy = driver.applications.k10Xlte.calculate.limit.ooPower.transient.clone()
Subgroups