Mode

SCPI Command :

CALCulate<n>:MASK:MODE
class ModeCls[source]

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

get(window=Window.Default) RsFsw.enums.ReferenceMode[source]
# SCPI: CALCulate<n>:MASK:MODE
value: enums.ReferenceMode = driver.calculate.mask.mode.get(window = repcap.Window.Default)

Defines the scaling of the level axis for frequency masks.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

mode: ABSolute absolute scaling of the level axis. RELative relative scaling of the level axis.

set(mode: RsFsw.enums.ReferenceMode, window=Window.Default) None[source]
# SCPI: CALCulate<n>:MASK:MODE
driver.calculate.mask.mode.set(mode = enums.ReferenceMode.ABSolute, window = repcap.Window.Default)

Defines the scaling of the level axis for frequency masks.

param mode

ABSolute absolute scaling of the level axis. RELative relative scaling of the level axis.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)