Equalization

SCPI Commands :

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

Opens and loads the equalization configuration from the file specified with method RsRtx.lane.equalization.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<*>:EQUalization:PRESet
driver.lane.equalization.preset(lane = repcap.Lane.Default)

Presets the equalization settings to their default values.

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:SAVE
driver.lane.equalization.save(lane = repcap.Lane.Default)

Saves the equalization configuration to the file specified with method RsRtx.lane.equalization.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.

Cloning the Group

# Create a copy of the original group, that exists independently
equalization_copy = driver.lane.equalization.clone()

Subgroups