Threshold

SCPI Command :

DIGital<*>:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) float[source]
# DIGital<*>:THReshold
value: float = driver.digital.threshold.get(digitalNull = repcap.DigitalNull.Default)

Sets the logical threshold for the channel group to which the indicated digital channel belongs. The setting affects only the settings of the first MSO bus (Bus1) . The setting affects only the settings of the first MSO bus (Bus1) . You can set the threshold for all buses with method RsRtx.bus.parallel.technology.set() or BUS<bb>:PARallel:THReshold<n>. See also: method RsRtx.digital.thCoupling.set()

Parameters:

digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)

Returns:

value: -8.0 to 8.0

set(value: float, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:THReshold
driver.digital.threshold.set(value = 1.0, digitalNull = repcap.DigitalNull.Default)

Sets the logical threshold for the channel group to which the indicated digital channel belongs. The setting affects only the settings of the first MSO bus (Bus1) . The setting affects only the settings of the first MSO bus (Bus1) . You can set the threshold for all buses with method RsRtx.bus.parallel.technology.set() or BUS<bb>:PARallel:THReshold<n>. See also: method RsRtx.digital.thCoupling.set()

Parameters:
  • value – -8.0 to 8.0

  • digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)