ThrLow

SCPI Command :

BUS<*>:EBTB:DIFFerential:THRLow
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:EBTB:DIFFerential:THRLow
value: float = driver.bus.ebtb.differential.thrLow.get(bus = repcap.Bus.Default)

Sets the low 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_low: -10 to 10

set(threshold_low: float, bus=Bus.Default) None[source]
# BUS<*>:EBTB:DIFFerential:THRLow
driver.bus.ebtb.differential.thrLow.set(threshold_low = 1.0, bus = repcap.Bus.Default)

Sets the low threshold of the signal, if BUS<bb>:EBTB:TYPE DIFFerential.

Parameters:
  • threshold_low – -10 to 10

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