Mode
SCPI Command :
CALCulate<n>:DELTamarker<m>:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) RsFsw.enums.ReferenceMode [source]
# SCPI: CALCulate<n>:DELTamarker<m>:MODE value: enums.ReferenceMode = driver.applications.k18AmplifierEt.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.K10x_Lte.Calculate.DeltaMarker.X.set) !
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param deltaMarker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)
- return
order_by: No help available
- set(order_by: RsFsw.enums.ReferenceMode, window=Window.Default, deltaMarker=DeltaMarker.Default) None [source]
# SCPI: CALCulate<n>:DELTamarker<m>:MODE driver.applications.k18AmplifierEt.calculate.deltaMarker.mode.set(order_by = 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.K10x_Lte.Calculate.DeltaMarker.X.set) !
- param order_by
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param deltaMarker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)