Threshold

SCPI Command :

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

Sets the threshold value for the respective lane.

Parameters:

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

set(threshold_d_0: float, bus=Bus.Default) None[source]
# BUS<*>:MPHY:DZERo:THReshold
driver.bus.mphy.dzero.threshold.set(threshold_d_0 = 1.0, bus = repcap.Bus.Default)

Sets the threshold value for the respective lane.

Parameters:
  • threshold_d_0 – 0 to 1

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