Tcont
SCPI Command :
BUS<*>:PCIE:DFE:TCONt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:PCIE:DFE:TCONt value: int = driver.bus.pcie.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<*>:PCIE:DFE:TCONt driver.bus.pcie.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’)