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