Tffe

SCPI Command :

LANE<*>:COMFilter:INCLude:TFFE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) bool[source]
# LANE<*>:COMFilter:INCLude:TFFE
value: bool = driver.lane.comFilter.include.tffe.get(lane = repcap.Lane.Default)

Includes the transmitter feed forward equalization. See also ‘TxFFE’.

Parameters:

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

Returns:

include_tx_ffe: OFF | ON

set(include_tx_ffe: bool, lane=Lane.Default) None[source]
# LANE<*>:COMFilter:INCLude:TFFE
driver.lane.comFilter.include.tffe.set(include_tx_ffe = False, lane = repcap.Lane.Default)

Includes the transmitter feed forward equalization. See also ‘TxFFE’.

Parameters:
  • include_tx_ffe – OFF | ON

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