Technology
SCPI Command :
BUS<*>:UART:TECHnology
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusTechnology[source]
# BUS<*>:UART:TECHnology value: enums.BusTechnology = driver.bus.uart.technology.get(bus = repcap.Bus.Default)
Sets the threshold voltage Tx and Rx lines as defined for various signal technologies.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
technology: V15 | V25 | V165 | V125 | V09 | VM13 | V38 | V20 | V0 | MANual
V15 | V25 | V165 | V125 | V09 | V38 | V20 | V0: 1.5 V, 2.5 V, 1.65 V … respectively
VM13: -1.3 V (negative value)
MANual: Manual setting of user-defined values with BUSb:UART:RX:THReshold and BUSb:UART:TX:THReshold.
- set(technology: BusTechnology, bus=Bus.Default) None[source]
# BUS<*>:UART:TECHnology driver.bus.uart.technology.set(technology = enums.BusTechnology.CUSTom, bus = repcap.Bus.Default)
Sets the threshold voltage Tx and Rx lines as defined for various signal technologies.
- Parameters:
technology –
V15 | V25 | V165 | V125 | V09 | VM13 | V38 | V20 | V0 | MANual
V15 | V25 | V165 | V125 | V09 | V38 | V20 | V0: 1.5 V, 2.5 V, 1.65 V … respectively
VM13: -1.3 V (negative value)
MANual: Manual setting of user-defined values with BUSb:UART:RX:THReshold and BUSb:UART:TX:THReshold.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)