ThrHigh
SCPI Command :
BUS<*>:USBThree:THRHigh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USBThree:THRHigh value: float = driver.bus.usbThree.thrHigh.get(bus = repcap.Bus.Default)
Defines the upper threshold level for digitization of the data signal in the USB 3.1 protocol.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_upper: -2 to 2
- set(threshold_upper: float, bus=Bus.Default) None[source]
# BUS<*>:USBThree:THRHigh driver.bus.usbThree.thrHigh.set(threshold_upper = 1.0, bus = repcap.Bus.Default)
Defines the upper threshold level for digitization of the data signal in the USB 3.1 protocol.
- Parameters:
threshold_upper – -2 to 2
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)