Mode

SCPI Command :

CALCulate<n>:MASK:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ReferenceMode[source]
# 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.

Parameters:

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

Returns:

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

set(mode: ReferenceMode, window=Window.Default) None[source]
# 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.

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

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