Coupling
SCPI Command :
CALCulate<n>:MARKer<m>:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) bool[source]
# CALCulate<n>:MARKer<m>:COUPling value: bool = driver.applications.k10Xlte.calculate.marker.coupling.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Couples or decouples markers in different result displays to each other.
- 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>:COUPling driver.applications.k10Xlte.calculate.marker.coupling.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)
Couples or decouples markers in different result displays to each other.
- 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’)