Active
SCPI Command :
CALCulate<n>:LIMit<li>:ACTive
- class ActiveCls[source]
Active commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) float [source]
# SCPI: CALCulate<n>:LIMit<li>:ACTive value: float = driver.applications.k30NoiseFigure.calculate.limit.active.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Queries the names of all active limit lines.
- 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_lines: String containing the names of all active limit lines in alphabetical order.