SimValue
- class hal.SimValue(handle: SupportsInt | SupportsIndex)
Bases:
pybind11_objectReadonly wrapper around a HAL simulator value.
It is not useful to construct these directly – they are returned from
SimDeviceSim.getValue()orSimDevice.createValue().Wraps a simulated value handle as returned by HAL_CreateSimValue().
- Parameters:
handle – simulated value handle
- property type
- property value