.. _esdl_object: ESDL object class ===================================== The ESDL object class acts as a wrapper around pyesdl to have a common interface for the simulator. It can be used to query the esdl object for assets and other information. ESDL asets will be returned as an esdlassetobject, see section :ref:`esdl_asset_object`. .. autoclass:: omotes_simulator_core.entities.esdl_object.EsdlObject :members: :no-index: