Trend
SCPI Command :
CALCulate<n>:MARKer<m>:LINK:TRENd
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) bool[source]
# 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.k9X11Ad.calculate.marker.link.set()ON) . If the methodRsFsw.applications.k6Pulse.calculate.marker.link.trend.set()command is enabled, the methodRsFsw.applications.k9X11Ad.calculate.marker.link.set()command is automatically also enabled, if necessary.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default, marker=Marker.Default) None[source]
# 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.k9X11Ad.calculate.marker.link.set()ON) . If the methodRsFsw.applications.k6Pulse.calculate.marker.link.trend.set()command is enabled, the methodRsFsw.applications.k9X11Ad.calculate.marker.link.set()command is automatically also enabled, if necessary.- Parameters:
state – ON | OFF | 1 | 0
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)