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