Update

SCPI Command:

CONFigure:BASE:TTL<Index>:UPDate
class UpdateCls[source]

Update commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(tTL=TTL.Default) None[source]
# SCPI: CONFigure:BASE:TTL<Index>:UPDate
driver.configure.base.ttl.update.set(tTL = repcap.TTL.Default)

If TTL2 is used in input direction, this command triggers the evaluation of the input signal and a refresh of the resulting bit values.

param tTL:

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ttl’)

set_with_opc(tTL=TTL.Default, opc_timeout_ms: int = -1) None[source]