Threshold

SCPI Command :

BUS<*>:DPHY:DPTWo:HSPeed:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:DPHY:DPTWo:HSPeed:THReshold
value: float = driver.bus.dphy.dpTwo.hspeed.threshold.get(bus = repcap.Bus.Default)

Sets the threshold value for the digitization of the respective high speed data line.

Parameters:

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

set(threshold_hs_dp_2: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPTWo:HSPeed:THReshold
driver.bus.dphy.dpTwo.hspeed.threshold.set(threshold_hs_dp_2 = 1.0, bus = repcap.Bus.Default)

Sets the threshold value for the digitization of the respective high speed data line.

Parameters:
  • threshold_hs_dp_2 – -1 to 1

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