Couple
SCPI Command :
LANE<*>:VERTical:COUPle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) bool[source]
# LANE<*>:VERTical:COUPle value: bool = driver.lane.vertical.couple.get(lane = repcap.Lane.Default)
Determines how the vertical settings are defined. If enabled, the vertical settings are coupled to the settings of the respective source. If disabled, the vertical settings for embedding and equalization are set in this dialog.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
vert_cpl: OFF | ON
- set(vert_cpl: bool, lane=Lane.Default) None[source]
# LANE<*>:VERTical:COUPle driver.lane.vertical.couple.set(vert_cpl = False, lane = repcap.Lane.Default)
Determines how the vertical settings are defined. If enabled, the vertical settings are coupled to the settings of the respective source. If disabled, the vertical settings for embedding and equalization are set in this dialog.
- Parameters:
vert_cpl – OFF | ON
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)