ThUpper

SCPI Command :

BUS<*>:DPHY:DPZero:LPOWer:THUPper
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:DPHY:DPZero:LPOWer:THUPper
value: float = driver.bus.dphy.dpZero.lpower.thUpper.get(bus = repcap.Bus.Default)

Sets the upper threshold value for the respective lane used for the low power mode.

Parameters:

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

set(threshold_lp_dp_0_high: float, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DPZero:LPOWer:THUPper
driver.bus.dphy.dpZero.lpower.thUpper.set(threshold_lp_dp_0_high = 1.0, bus = repcap.Bus.Default)

Sets the upper threshold value for the respective lane used for the low power mode.

Parameters:
  • threshold_lp_dp_0_high – -1.5 to 1.5

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