ThrTop

SCPI Command :

BUS<*>:USBPd:THRTop
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:USBPd:THRTop
value: float = driver.bus.usbPd.thrTop.get(bus = repcap.Bus.Default)

Sets the top threshold (at USB Type-C currnet of 1.5 A ) for the current advertisment mode.

Parameters:

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

Returns:

threshold_top: -10 to 10

set(threshold_top: float, bus=Bus.Default) None[source]
# BUS<*>:USBPd:THRTop
driver.bus.usbPd.thrTop.set(threshold_top = 1.0, bus = repcap.Bus.Default)

Sets the top threshold (at USB Type-C currnet of 1.5 A ) for the current advertisment mode.

Parameters:
  • threshold_top – -10 to 10

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