Threshold

SCPI Command :

SBUS<*>:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:THReshold
value: bool = driver.sbus.threshold.get(serialBus = repcap.SerialBus.Default)

If enabled, the threshold lines are displayed in the diagram. The label of the threshold line is set according to the signal that it is referring to, see also ‘Show threshold lines’.

Parameters:

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

Returns:

shw_thres_lines: OFF | ON

set(shw_thres_lines: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:THReshold
driver.sbus.threshold.set(shw_thres_lines = False, serialBus = repcap.SerialBus.Default)

If enabled, the threshold lines are displayed in the diagram. The label of the threshold line is set according to the signal that it is referring to, see also ‘Show threshold lines’.

Parameters:
  • shw_thres_lines – OFF | ON

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