ThrHigh

SCPI Command :

BUS<*>:PCIE:LTWO:THRHigh
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:PCIE:LTWO:THRHigh
value: float = driver.bus.pcie.ltwo.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_2_high: float, bus=Bus.Default) None[source]
# BUS<*>:PCIE:LTWO:THRHigh
driver.bus.pcie.ltwo.thrHigh.set(thres_l_2_high = 1.0, bus = repcap.Bus.Default)

Sets the high threshold value for the respective lane.

Parameters:
  • thres_l_2_high – -5 to 5

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