Link
SCPI Command :
CALCulate<n>:MARKer<m>:LINK
- class LinkCls[source]
Link commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) RsFsw.enums.DisplayType [source]
# SCPI: CALCulate<n>:MARKer<m>:LINK value: enums.DisplayType = driver.calculate.marker.link.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Links the specified marker in all displays of the specified type.
- 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
display_type: TIME | SPECtrum | BOTH | NONE TIME Links the markers in all time domain diagrams SPECtrum Links the markers in all AF Spectrum displays BOTH Links the markers both in the time domain diagrams and in the AF Spectrum displays NONE Markers are not linked.
- set(display_type: RsFsw.enums.DisplayType, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:LINK driver.calculate.marker.link.set(display_type = enums.DisplayType.BOTH, window = repcap.Window.Default, marker = repcap.Marker.Default)
Links the specified marker in all displays of the specified type.
- param display_type
TIME | SPECtrum | BOTH | NONE TIME Links the markers in all time domain diagrams SPECtrum Links the markers in all AF Spectrum displays BOTH Links the markers both in the time domain diagrams and in the AF Spectrum displays NONE Markers are not linked.
- 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’)