State

SCPI Command :

LANE<*>:EQUalization:DFE:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) bool[source]
# LANE<*>:EQUalization:DFE:STATe
value: bool = driver.lane.equalization.dfe.state.get(lane = repcap.Lane.Default)

Enables the decision feedback equalization.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:STATe
driver.lane.equalization.dfe.state.set(state = False, lane = repcap.Lane.Default)

Enables the decision feedback equalization.

Parameters:
  • state – OFF | ON

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