ThrHigh

SCPI Command :

BUS<*>:PCIE:LZER:THRHigh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:PCIE:LZER:THRHigh
value: float = driver.bus.pcie.lzero.thrHigh.get(bus = repcap.Bus.Default)

Sets the high threshold value for the respective lane.

Parameters:

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

set(thres_l_0_high: float, bus=Bus.Default) None[source]
# BUS<*>:PCIE:LZER:THRHigh
driver.bus.pcie.lzero.thrHigh.set(thres_l_0_high = 1.0, bus = repcap.Bus.Default)

Sets the high threshold value for the respective lane.

Parameters:
  • thres_l_0_high – -5 to 5

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