Threshold
SCPI Command :
BUS<*>:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:THReshold value: bool = driver.bus.threshold.get(bus = repcap.Bus.Default)
If ON, the threshold levels are displayed in the diagram.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
shw_thres_lines: OFF | ON
- set(shw_thres_lines: bool, bus=Bus.Default) None[source]
# BUS<*>:THReshold driver.bus.threshold.set(shw_thres_lines = False, bus = repcap.Bus.Default)
If ON, the threshold levels are displayed in the diagram.
- Parameters:
shw_thres_lines – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)