Ctle

SCPI Commands :

LANE<*>:EQUalization:CTLE:SAVE
LANE<*>:EQUalization:CTLE:OPEN
Commands in total: 13
Subgroups: 8
Direct child commands: 2
open(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:CTLE:OPEN
driver.lane.equalization.ctle.open(lane = repcap.Lane.Default)

Opens and loads the equalization CTLE configuration from the file specified with method RsRtx.lane.equalization.ctle.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.

save(lane=Lane.Default, opc_timeout_ms: int = -1) None[source]
# LANE<*>:EQUalization:CTLE:SAVE
driver.lane.equalization.ctle.save(lane = repcap.Lane.Default)

Saves the CTLE configuration to the file specified with method RsRtx.lane.equalization.ctle.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
ctle_copy = driver.lane.equalization.ctle.clone()

Subgroups