Threshold

SCPI Command :

DIGital<*>:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digital=Digital.Default) float[source]
# DIGital<*>:THReshold
value: float = driver.digital.threshold.get(digital = repcap.Digital.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 (Logic1) . You can set the threshold for all buses with method RsMxo.pbus.technology.set() or PBUS<pb>:THReshold<n> See also: method RsMxo.digital.thCoupling.set()

Parameters:

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

set(value: float, digital=Digital.Default) None[source]
# DIGital<*>:THReshold
driver.digital.threshold.set(value = 1.0, digital = repcap.Digital.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 (Logic1) . You can set the threshold for all buses with method RsMxo.pbus.technology.set() or PBUS<pb>:THReshold<n> See also: method RsMxo.digital.thCoupling.set()

Parameters:

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