SimValue

class hal.SimValue(handle: int)

Bases: pybind11_object

Readonly wrapper around a HAL simulator value.

It is not useful to construct these directly – they are returned from SimDeviceSim.getValue() or SimDevice.createValue().

Wraps a simulated value handle as returned by HAL_CreateSimValue().

Parameters:

handle – simulated value handle

property type
property value