SimValueDirection

class hal.SimValueDirection(value: SupportsInt | SupportsIndex)

Bases: pybind11_object

Direction of a simulated value (from the perspective of user code).

Members:

INPUT : input to user code from the simulator

OUTPUT : output from user code to the simulator

BIDIR : bidirectional between user code and simulator

BIDIR = <SimValueDirection.BIDIR: 2>
INPUT = <SimValueDirection.INPUT: 0>
OUTPUT = <SimValueDirection.OUTPUT: 1>
SimValueDirection.name -> str
property value