Threshold

SCPI Command :

BUS<*>:USB:DMINus:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:USB:DMINus:THReshold
value: float = driver.bus.usb.dminus.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:

thres_dminus: -5 to 5

set(thres_dminus: float, bus=Bus.Default) None[source]
# BUS<*>:USB:DMINus:THReshold
driver.bus.usb.dminus.threshold.set(thres_dminus = 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:
  • thres_dminus – -5 to 5

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)