Technology
SCPI Command :
BUS<*>:SENT:TECHnology
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusSentTechnology[source]
# BUS<*>:SENT:TECHnology value: enums.BusSentTechnology = driver.bus.sent.technology.get(bus = repcap.Bus.Default)
Selects the threshold voltage.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
technology: V25 | MANual
V25: The threshold value is 2.5 V, according to CMOS technology.
MANual: Sets the threshold to the value set with BUSb:SENT:DATA:THReshold.
- set(technology: BusSentTechnology, bus=Bus.Default) None[source]
# BUS<*>:SENT:TECHnology driver.bus.sent.technology.set(technology = enums.BusSentTechnology.MANual, bus = repcap.Bus.Default)
Selects the threshold voltage.
- Parameters:
technology –
V25 | MANual
V25: The threshold value is 2.5 V, according to CMOS technology.
MANual: Sets the threshold to the value set with BUSb:SENT:DATA:THReshold.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)