Coefficient
SCPI Command :
BUS<*>:USBThree:DFE:COEFficient
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USBThree:DFE:COEFficient value: float = driver.bus.usbThree.dfe.coefficient.get(bus = repcap.Bus.Default)
Sets the value of the coefficient for the DFE .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
dfe_coeff: -1 to 1
- set(dfe_coeff: float, bus=Bus.Default) None[source]
# BUS<*>:USBThree:DFE:COEFficient driver.bus.usbThree.dfe.coefficient.set(dfe_coeff = 1.0, bus = repcap.Bus.Default)
Sets the value of the coefficient for the DFE .
- Parameters:
dfe_coeff – -1 to 1
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)