Technology
SCPI Command :
PBUS<*>:TECHnology
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) Technology[source]
# PBUS<*>:TECHnology value: enums.Technology = driver.pbus.technology.get(pwrBus = repcap.PwrBus.Default)
Selects the threshold voltage for various types of integrated circuits and applies it to all digital channels.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- 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
RsMxo.digital.threshold.set().
- set(technology: Technology, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:TECHnology driver.pbus.technology.set(technology = enums.Technology.CUSTom, pwrBus = repcap.PwrBus.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
RsMxo.digital.threshold.set().pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)