Technology

SCPI Command :

DIGital<*>:TECHnology
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digital=Digital.Default) Technology[source]
# DIGital<*>:TECHnology
value: enums.Technology = driver.digital.technology.get(digital = repcap.Digital.Default)

Selects the threshold voltage for various types of integrated circuits and applies it to all digital channels. The setting affects only the settings of the first MSO bus (Logic1) . You can set the technology value for all buses with method RsMxo.pbus.technology.set() .

Parameters:

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

Returns:

technology: See method RsMxo.pbus.technology.set() .

set(technology: Technology, digital=Digital.Default) None[source]
# DIGital<*>:TECHnology
driver.digital.technology.set(technology = enums.Technology.CUSTom, digital = repcap.Digital.Default)

Selects the threshold voltage for various types of integrated circuits and applies it to all digital channels. The setting affects only the settings of the first MSO bus (Logic1) . You can set the technology value for all buses with method RsMxo.pbus.technology.set() .

Parameters:
  • technology – See method RsMxo.pbus.technology.set() .

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