High
SCPI Command :
BUS<*>:MILStd:THReshold:HIGH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:MILStd:THReshold:HIGH value: float = driver.bus.milstd.threshold.high.get(bus = repcap.Bus.Default)
Sets the lower threshold level of the signal.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_high: 0 to 14
- set(threshold_high: float, bus=Bus.Default) None[source]
# BUS<*>:MILStd:THReshold:HIGH driver.bus.milstd.threshold.high.set(threshold_high = 1.0, bus = repcap.Bus.Default)
Sets the lower threshold level of the signal.
- Parameters:
threshold_high – 0 to 14
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)