Technology

SCPI Command :

DIGital<*>:TECHnology
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) BusTechnology[source]
# DIGital<*>:TECHnology
value: enums.BusTechnology = driver.digital.technology.get(digitalNull = repcap.DigitalNull.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 (Bus1) . You can set the technology value for all buses with method RsRtx.bus.parallel.technology.set() .

Parameters:

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

Returns:

technology: See method RsRtx.bus.parallel.technology.set()

set(technology: BusTechnology, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:TECHnology
driver.digital.technology.set(technology = enums.BusTechnology.CUSTom, digitalNull = repcap.DigitalNull.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 (Bus1) . You can set the technology value for all buses with method RsRtx.bus.parallel.technology.set() .

Parameters:
  • technology – See method RsRtx.bus.parallel.technology.set()

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