ThrBottom

SCPI Command :

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

Sets the bottom threshold (for the low current ) for the current advertisment mode.

Parameters:

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

Returns:

threshold_bot: -10 to 10

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

Sets the bottom threshold (for the low current ) for the current advertisment mode.

Parameters:
  • threshold_bot – -10 to 10

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