Threshold<ThrHold>

SCPI Command :

PBUS<*>:THReshold<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.pbus.threshold.repcap_thrHold_set(repcap.ThrHold.Nr1)
get(pwrBus=PwrBus.Default, thrHold=ThrHold.Default) float[source]
# PBUS<*>:THReshold<*>
value: float = driver.pbus.threshold.get(pwrBus = repcap.PwrBus.Default, thrHold = repcap.ThrHold.Default)

Sets the logical threshold for the indicated channel group. Alternatively you can use the following commands: The information depends on the waveform domain, it is different for time domain and frequency domain reference waveforms. See:

  • To select from a list of predefined technologies: method RsMxo.pbus.technology.set()

  • For logic 1: method RsMxo.digital.threshold.set()

See also method RsMxo.digital.thCoupling.set() .

Parameters:
  • pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)

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

Returns:

threshold: -8 to 8

set(threshold: float, pwrBus=PwrBus.Default, thrHold=ThrHold.Default) None[source]
# PBUS<*>:THReshold<*>
driver.pbus.threshold.set(threshold = 1.0, pwrBus = repcap.PwrBus.Default, thrHold = repcap.ThrHold.Default)

Sets the logical threshold for the indicated channel group. Alternatively you can use the following commands: The information depends on the waveform domain, it is different for time domain and frequency domain reference waveforms. See:

  • To select from a list of predefined technologies: method RsMxo.pbus.technology.set()

  • For logic 1: method RsMxo.digital.threshold.set()

See also method RsMxo.digital.thCoupling.set() .

Parameters:
  • threshold – -8 to 8

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
threshold_copy = driver.pbus.threshold.clone()