Trend

SCPI Command :

CALCulate<n>:DELTamarker<m>:LINK:TRENd
class TrendCls[source]

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

get(window=Window.Default, deltaMarker=DeltaMarker.Default) bool[source]
# SCPI: CALCulate<n>:DELTamarker<m>:LINK:TRENd
value: bool = driver.applications.k6Pulse.calculate.deltaMarker.link.trend.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

If enabled, marker M1 in Parameter Trend displays is linked to the pulse selection. Thus, if you move the marker M1 to a different pulse, the ‘Pulse selection’ is set to the same pulse, and vice versa. Requires the markers to be linked across all windows (method RsFsw.Applications.K9x_11ad.Calculate.Marker.Link.set ON) . If the method RsFsw.Applications.K6_Pulse. Calculate.Marker.Link.Trend.set command is enabled, the method RsFsw.Applications.K9x_11ad.Calculate.Marker.Link. set command is automatically also enabled, if necessary.

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

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:LINK:TRENd
driver.applications.k6Pulse.calculate.deltaMarker.link.trend.set(state = False, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

If enabled, marker M1 in Parameter Trend displays is linked to the pulse selection. Thus, if you move the marker M1 to a different pulse, the ‘Pulse selection’ is set to the same pulse, and vice versa. Requires the markers to be linked across all windows (method RsFsw.Applications.K9x_11ad.Calculate.Marker.Link.set ON) . If the method RsFsw.Applications.K6_Pulse. Calculate.Marker.Link.Trend.set command is enabled, the method RsFsw.Applications.K9x_11ad.Calculate.Marker.Link. set command is automatically also enabled, if necessary.

param state

ON | OFF | 1 | 0

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