Transient
SCPI Command :
CALCulate<n>:LIMit<li>:OOPower:TRANsient
- class TransientCls[source]
Transient commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(result: RsFsw.enums.ResultTypeE, window=Window.Default, limitIx=LimitIx.Default) str [source]
# SCPI: 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.
- param 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- return
limit_check: Returns one value for every ‘Off’ period. PASSED Limit check has passed. FAILED Limit check has failed.