SimValueDirection

class hal.SimValueDirection(value: int)

Bases: pybind11_object

Direction 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>
property name
property value