Dfe

SCPI Commands :

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

Opens and loads the equalization DFE configuration from the file specified with method RsRtx.lane.equalization.dfe.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:DFE:SAVE
driver.lane.equalization.dfe.save(lane = repcap.Lane.Default)

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

Subgroups