Tcont

SCPI Command :

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

Sets a number of taps for the decision feedback filter.

Parameters:

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

Returns:

cir_length: 1 to 20

set(cir_length: int, bus=Bus.Default) None[source]
# BUS<*>:USBThree:DFE:TCONt
driver.bus.usbThree.dfe.tcont.set(cir_length = 1, bus = repcap.Bus.Default)

Sets a number of taps for the decision feedback filter.

Parameters:
  • cir_length – 1 to 20

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