Threshold
SCPI Command :
BUS<*>:EBTB:DMINus:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:EBTB:DMINus:THReshold value: float = driver.bus.ebtb.dminus.threshold.get(bus = repcap.Bus.Default)
Sets the low threshold (D-) of the signal, if BUS<bb>:EBTB:TYPE SINGle.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_dminus: -10 to 10
- set(thres_dminus: float, bus=Bus.Default) None[source]
# BUS<*>:EBTB:DMINus:THReshold driver.bus.ebtb.dminus.threshold.set(thres_dminus = 1.0, bus = repcap.Bus.Default)
Sets the low threshold (D-) of the signal, if BUS<bb>:EBTB:TYPE SINGle.
- Parameters:
thres_dminus – -10 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)