SimValueDirection

class hal.SimValueDirection(value: SupportsInt | SupportsIndex)

Bases: pybind11_object

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

Members:

HAL_SIM_VALUE_INPUT : input to user code from the simulator

HAL_SIM_VALUE_OUTPUT : output from user code to the simulator

HAL_SIM_VALUE_BIDIR : bidirectional between user code and simulator

HAL_SIM_VALUE_BIDIR = <SimValueDirection.HAL_SIM_VALUE_BIDIR: 2>
HAL_SIM_VALUE_INPUT = <SimValueDirection.HAL_SIM_VALUE_INPUT: 0>
HAL_SIM_VALUE_OUTPUT = <SimValueDirection.HAL_SIM_VALUE_OUTPUT: 1>
SimValueDirection.name -> str
property value