Threshold
SCPI Command :
BUS<*>:USB:DIFFerential:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USB:DIFFerential:THReshold value: float = driver.bus.usb.differential.threshold.get(bus = repcap.Bus.Default)
Defines the threshold level for the differential signal in the USB high speed protocol.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_diff: -2 to 2
- set(thres_diff: float, bus=Bus.Default) None[source]
# BUS<*>:USB:DIFFerential:THReshold driver.bus.usb.differential.threshold.set(thres_diff = 1.0, bus = repcap.Bus.Default)
Defines the threshold level for the differential signal in the USB high speed protocol.
- Parameters:
thres_diff – -2 to 2
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)