Upper
SCPI Command :
BUS<*>:TNOS:THReshold:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:TNOS:THReshold:UPPer value: float = driver.bus.tnos.threshold.upper.get(bus = repcap.Bus.Default)
Sets an upper threshold.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
threshold_upper: -3 to 3
- set(threshold_upper: float, bus=Bus.Default) None[source]
# BUS<*>:TNOS:THReshold:UPPer driver.bus.tnos.threshold.upper.set(threshold_upper = 1.0, bus = repcap.Bus.Default)
Sets an upper threshold.
- Parameters:
threshold_upper – -3 to 3
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)