Offset

SCPI Command :

LANE<*>:VERTical:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) float[source]
# LANE<*>:VERTical:OFFSet
value: float = driver.lane.vertical.offset.get(lane = repcap.Lane.Default)

Sets the offset for embedding and equalization.

Parameters:

lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)

Returns:

vertical_offset: -100E+24 to 100E+24

set(vertical_offset: float, lane=Lane.Default) None[source]
# LANE<*>:VERTical:OFFSet
driver.lane.vertical.offset.set(vertical_offset = 1.0, lane = repcap.Lane.Default)

Sets the offset for embedding and equalization.

Parameters:
  • vertical_offset – -100E+24 to 100E+24

  • lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)