ThrLow
SCPI Command :
BUS<*>:USBThree:THRLow
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USBThree:THRLow value: float = driver.bus.usbThree.thrLow.get(bus = repcap.Bus.Default)
Defines the lower 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_lower: -2 to 2
- set(threshold_lower: float, bus=Bus.Default) None[source]
# BUS<*>:USBThree:THRLow driver.bus.usbThree.thrLow.set(threshold_lower = 1.0, bus = repcap.Bus.Default)
Defines the lower threshold level for digitization of the data signal in the USB 3.1 protocol.
- Parameters:
threshold_lower – -2 to 2
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)