Mode

SCPI Command :

CALCulate<n>:LIMit<li>:UPPer:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, limitIx=LimitIx.Default) RsFsw.enums.ReferenceMode[source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:MODE
value: enums.ReferenceMode = driver.calculate.limit.upper.mode.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the vertical limit line scaling.

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

mode: ABSolute Limit line is defined by absolute physical values. The unit is variable. RELative Limit line is defined by relative values related to the reference level (dB) .

set(mode: RsFsw.enums.ReferenceMode, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:UPPer:MODE
driver.calculate.limit.upper.mode.set(mode = enums.ReferenceMode.ABSolute, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Selects the vertical limit line scaling.

param mode

ABSolute Limit line is defined by absolute physical values. The unit is variable. RELative Limit line is defined by relative values related to the reference level (dB) .

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