Enable
SCPI Command :
BUS<*>:PCIE:DFE:ENBLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:PCIE:DFE:ENBLe value: bool = driver.bus.pcie.dfe.enable.get(bus = repcap.Bus.Default)
Enables the use of the decision feedback equalization for PCIe.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
enable_dfe: OFF | ON
- set(enable_dfe: bool, bus=Bus.Default) None[source]
# BUS<*>:PCIE:DFE:ENBLe driver.bus.pcie.dfe.enable.set(enable_dfe = False, bus = repcap.Bus.Default)
Enables the use of the decision feedback equalization for PCIe.
- Parameters:
enable_dfe – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)