Mode

SCPI Command :

CALCulate<n>:DELTamarker<m>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, deltaMarker=DeltaMarker.Default) ReferenceMode[source]
# CALCulate<n>:DELTamarker<m>:MODE
value: enums.ReferenceMode = driver.calculate.deltaMarker.mode.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Defines whether the position of a delta marker is provided as an absolute value or relative to a reference marker. Note that this setting applies to all windows. Note that when the position of a delta marker is queried, the result is always an absolute value (see method RsFsw.applications.k10Xlte.calculate.deltaMarker.x.set() ) !

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

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

set(reference_mode: ReferenceMode, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:MODE
driver.calculate.deltaMarker.mode.set(reference_mode = enums.ReferenceMode.ABSolute, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Defines whether the position of a delta marker is provided as an absolute value or relative to a reference marker. Note that this setting applies to all windows. Note that when the position of a delta marker is queried, the result is always an absolute value (see method RsFsw.applications.k10Xlte.calculate.deltaMarker.x.set() ) !

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

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