Threshold
SCPI Command :
BUS<*>:USB:DPLus:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USB:DPLus:THReshold value: float = driver.bus.usb.dplus.threshold.get(bus = repcap.Bus.Default)
Defines the threshold level for the D+ data signal (in USB low speed and USB full speed protocol, only) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_dplus: -5 to 5
- set(threshold_dplus: float, bus=Bus.Default) None[source]
# BUS<*>:USB:DPLus:THReshold driver.bus.usb.dplus.threshold.set(threshold_dplus = 1.0, bus = repcap.Bus.Default)
Defines the threshold level for the D+ data signal (in USB low speed and USB full speed protocol, only) .
- Parameters:
threshold_dplus – -5 to 5
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)