High

SCPI Command :

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

Sets the upper threshold value for the signal digitization. If the signal value is higher than the this threshold, the signal state is considered high.

Parameters:

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

Returns:

threshold_upper: 0 to 10

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

Sets the upper threshold value for the signal digitization. If the signal value is higher than the this threshold, the signal state is considered high.

Parameters:
  • threshold_upper – 0 to 10

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