Threshold
SCPI Command :
BUS<*>:USBPd:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:USBPd:THReshold value: float = driver.bus.usbPd.threshold.get(bus = repcap.Bus.Default)
Sets the threshold value of the data.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold: -10 to 10
- set(threshold: float, bus=Bus.Default) None[source]
# BUS<*>:USBPd:THReshold driver.bus.usbPd.threshold.set(threshold = 1.0, bus = repcap.Bus.Default)
Sets the threshold value of the data.
- Parameters:
threshold – -10 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)