Trend
SCPI Command :
CALCulate<n>:MARKer<m>:LINK:TRENd
- class TrendCls[source]
Trend commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) bool [source]
# SCPI: CALCulate<n>:MARKer<m>:LINK:TRENd value: bool = driver.applications.k6Pulse.calculate.marker.link.trend.get(window = repcap.Window.Default, marker = repcap.Marker.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 marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:LINK:TRENd driver.applications.k6Pulse.calculate.marker.link.trend.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.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 marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)