ThPreset

SCPI Command :

BUS<*>:DPHY:THPReset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusDphyThresPreset[source]
# BUS<*>:DPHY:THPReset
value: enums.BusDphyThresPreset = driver.bus.dphy.thPreset.get(bus = repcap.Bus.Default)

Prests the threshold and hysteresis values of the high speed data lanes. A preset sets the low power threshold to 1. 20V and high speed threshold to 200 mV.

Parameters:

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

Returns:

thres_preset: LPHS | MANual

set(thres_preset: BusDphyThresPreset, bus=Bus.Default) None[source]
# BUS<*>:DPHY:THPReset
driver.bus.dphy.thPreset.set(thres_preset = enums.BusDphyThresPreset.LPHS, bus = repcap.Bus.Default)

Prests the threshold and hysteresis values of the high speed data lanes. A preset sets the low power threshold to 1. 20V and high speed threshold to 200 mV.

Parameters:
  • thres_preset – LPHS | MANual

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