SimValueDirection
- class hal.SimValueDirection(value: SupportsInt | SupportsIndex)
Bases:
pybind11_objectDirection of a simulated value (from the perspective of user code).
Members:
HAL_SimValueInput : input to user code from the simulator
HAL_SimValueOutput : output from user code to the simulator
HAL_SimValueBidir : bidirectional between user code and simulator
- HAL_SimValueBidir = <SimValueDirection.HAL_SimValueBidir: 2>
- HAL_SimValueInput = <SimValueDirection.HAL_SimValueInput: 0>
- HAL_SimValueOutput = <SimValueDirection.HAL_SimValueOutput: 1>
- SimValueDirection.name -> str
- property value