ThrLow

SCPI Command :

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

Enables the display of the result in multiple lanes.

Parameters:

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

set(threshold_l_3_low: float, bus=Bus.Default) None[source]
# BUS<*>:PCIE:LTHRee:THRLow
driver.bus.pcie.lthree.thrLow.set(threshold_l_3_low = 1.0, bus = repcap.Bus.Default)

Enables the display of the result in multiple lanes.

Parameters:
  • threshold_l_3_low – OFF | ON

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