EstCoeff

SCPI Command :

BUS<*>:USBThree:DFE:ESTCoeff
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:USBThree:DFE:ESTCoeff
value: bool = driver.bus.usbThree.dfe.estCoeff.get(bus = repcap.Bus.Default)

Enables the use of estimate coefficients for the decision feedback equalization.

Parameters:

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

Returns:

auto_ch_estimate: OFF | ON

set(auto_ch_estimate: bool, bus=Bus.Default) None[source]
# BUS<*>:USBThree:DFE:ESTCoeff
driver.bus.usbThree.dfe.estCoeff.set(auto_ch_estimate = False, bus = repcap.Bus.Default)

Enables the use of estimate coefficients for the decision feedback equalization.

Parameters:
  • auto_ch_estimate – OFF | ON

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