Threshold

SCPI Command :

BUS<*>:CXPI:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:CXPI:THReshold
value: float = driver.bus.cxpi.threshold.get(bus = repcap.Bus.Default)

Sets the threshold value for the signal.

Parameters:

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

Returns:

threshold: -15 to 12

set(threshold: float, bus=Bus.Default) None[source]
# BUS<*>:CXPI:THReshold
driver.bus.cxpi.threshold.set(threshold = 1.0, bus = repcap.Bus.Default)

Sets the threshold value for the signal.

Parameters:
  • threshold – -15 to 12

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