Domain

SCPI Command :

CALCulate<n>:LIMit<li>:CONTrol:DOMain
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, limitIx=LimitIx.Default) SpanSetting[source]
# CALCulate<n>:LIMit<li>:CONTrol:DOMain
value: enums.SpanSetting = driver.applications.k14Xnr5G.calculate.limit.control.domain.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the domain of the limit line.

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’)

set(domain: SpanSetting, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:CONTrol:DOMain
driver.applications.k14Xnr5G.calculate.limit.control.domain.set(domain = enums.SpanSetting.FREQuency, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the domain of the limit line.

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’)