Direction

SCPI Command:

CONFigure:BASE:TTL<Index>:DIRection
class DirectionCls[source]

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

get(tTL=TTL.Default) DirectionIo[source]
# SCPI: CONFigure:BASE:TTL<Index>:DIRection
value: enums.DirectionIo = driver.configure.base.ttl.direction.get(tTL = repcap.TTL.Default)

Configures the direction of a TTL register of the CONTROL connector. The direction of register 1 is fixed and can only be queried. The direction of register 2 can be configured.

param tTL:

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

return:

direction: IN | OUT

set(direction: DirectionIo, tTL=TTL.Default) None[source]
# SCPI: CONFigure:BASE:TTL<Index>:DIRection
driver.configure.base.ttl.direction.set(direction = enums.DirectionIo.IN, tTL = repcap.TTL.Default)

Configures the direction of a TTL register of the CONTROL connector. The direction of register 1 is fixed and can only be queried. The direction of register 2 can be configured.

param direction:

IN | OUT

param tTL:

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