Technology

SCPI Command :

BUS<*>:PARallel:TECHnology
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusTechnology[source]
# BUS<*>:PARallel:TECHnology
value: enums.BusTechnology = driver.bus.parallel.technology.get(bus = repcap.Bus.Default)

Selects the threshold voltage for various types of integrated circuits and applies it to all digital channels.

Parameters:

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

Returns:

technology: V15: TTL V25: CMOS 5.0 V V165: CMOS 3.3 V V125: CMOS 2.5 V V09: CMOS 1.85 V VM13: ECL, -1.3 V V38: PECL V20: LVPECL V0: Ground MANual: Set a user-defined threshold value with method RsRtx.digital.threshold.set()

set(technology: BusTechnology, bus=Bus.Default) None[source]
# BUS<*>:PARallel:TECHnology
driver.bus.parallel.technology.set(technology = enums.BusTechnology.CUSTom, bus = repcap.Bus.Default)

Selects the threshold voltage for various types of integrated circuits and applies it to all digital channels.

Parameters:
  • technology – V15: TTL V25: CMOS 5.0 V V165: CMOS 3.3 V V125: CMOS 2.5 V V09: CMOS 1.85 V VM13: ECL, -1.3 V V38: PECL V20: LVPECL V0: Ground MANual: Set a user-defined threshold value with method RsRtx.digital.threshold.set()

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