High

SCPI Command :

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

Sets the high threshold level of the signal.

Parameters:

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

Returns:

threshold_high: 0 to 12

set(threshold_high: float, bus=Bus.Default) None[source]
# BUS<*>:ARINc:THReshold:HIGH
driver.bus.arinc.threshold.high.set(threshold_high = 1.0, bus = repcap.Bus.Default)

Sets the high threshold level of the signal.

Parameters:
  • threshold_high – 0 to 12

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