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