Lane<Lane>
SCPI Commands :
LANE<*>:PRESet
LANE<*>:SAVE
LANE<*>:OPEN
- Commands in total: 116Subgroups: 10Direct child commands: 3
Repeated Capability Setting:
# Range: Nr1 .. Nr4 driver.lane.repcap_lane_set(repcap.Lane.Nr1)
- open(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:OPEN driver.lane.open(lane = repcap.Lane.Default)
Opens and loads the lane configuration from the file specified with method
RsRtx.lane.save().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- preset(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:PRESet driver.lane.preset(lane = repcap.Lane.Default)
Presets the equalization lane.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- save(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:SAVE driver.lane.save(lane = repcap.Lane.Default)
Saves the embedding configuration to the file specified with method
RsRtx.lane.name.set().- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a copy of the original group, that exists independently
lane_copy = driver.lane.clone()
Subgroups