Threshold<BusThreshold>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.bus.parallel.threshold.repcap_busThreshold_set(repcap.BusThreshold.Nr1)
get(bus=Bus.Default, busThreshold=BusThreshold.Default) float[source]
# BUS<*>:PARallel:THReshold<*>
value: float = driver.bus.parallel.threshold.get(bus = repcap.Bus.Default, busThreshold = repcap.BusThreshold.Default)

Sets the logical threshold for the indicated channel group. Alternatively, you can set the threshold with method RsRtx.bus.parallel.technology.set() . For the parallel bus 1, you can also use method RsRtx.digital.threshold.set() . See also: method RsRtx.digital.thCoupling.set()

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

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

Returns:

threshold: -8.0 to 8.0

set(threshold: float, bus=Bus.Default, busThreshold=BusThreshold.Default) None[source]
# BUS<*>:PARallel:THReshold<*>
driver.bus.parallel.threshold.set(threshold = 1.0, bus = repcap.Bus.Default, busThreshold = repcap.BusThreshold.Default)

Sets the logical threshold for the indicated channel group. Alternatively, you can set the threshold with method RsRtx.bus.parallel.technology.set() . For the parallel bus 1, you can also use method RsRtx.digital.threshold.set() . See also: method RsRtx.digital.thCoupling.set()

Parameters:
  • threshold – -8.0 to 8.0

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

  • busThreshold – 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.bus.parallel.threshold.clone()