Low
SCPI Command :
BUS<*>:ETHernet:THReshold:LOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:ETHernet:THReshold:LOW value: float = driver.bus.ethernet.threshold.low.get(bus = repcap.Bus.Default)
Sets the lower threshold value for the signal digitization. If the signal value is below this threshold, the signal state is considered low.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_lower: -10 to 0
- set(threshold_lower: float, bus=Bus.Default) None[source]
# BUS<*>:ETHernet:THReshold:LOW driver.bus.ethernet.threshold.low.set(threshold_lower = 1.0, bus = repcap.Bus.Default)
Sets the lower threshold value for the signal digitization. If the signal value is below this threshold, the signal state is considered low.
- Parameters:
threshold_lower – -10 to 0
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)