Lower

SCPI Command :

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

Sets a lower threshold.

Parameters:

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

Returns:

threshold_lower: -3 to 3

set(threshold_lower: float, bus=Bus.Default) None[source]
# BUS<*>:TNOS:THReshold:LOWer
driver.bus.tnos.threshold.lower.set(threshold_lower = 1.0, bus = repcap.Bus.Default)

Sets a lower threshold.

Parameters:
  • threshold_lower – -3 to 3

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