Threshold

SCPI Command :

BUS<*>:USB:DATA:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:USB:DATA:THReshold
value: float = driver.bus.usb.data.threshold.get(bus = repcap.Bus.Default)

Defines the threshold level for the data signal in the USB HSIC protocol.

Parameters:

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

Returns:

threshold_data: -2 to 2

set(threshold_data: float, bus=Bus.Default) None[source]
# BUS<*>:USB:DATA:THReshold
driver.bus.usb.data.threshold.set(threshold_data = 1.0, bus = repcap.Bus.Default)

Defines the threshold level for the data signal in the USB HSIC protocol.

Parameters:
  • threshold_data – -2 to 2

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