Home > LIB_SimulationModel > get
LIB_SimulationModel.get() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get all properties of the simulation model
Signature
typescript
function get(
simulationModelUuid: string,
libraryUuid?: string,
): Promise<ILIB_SimulationModelItem | undefined>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
simulationModelUuid | string | Simulation model UUID |
libraryUuid | string | (Optional) Library UUID, default is system library, you can use LIB_LibrariesList APIs in |
Returns
Promise<ILIB_SimulationModelItem | undefined>
Simulation model properties
Remarks
Note: This API is only valid for the private deployment edition. Calling it in other editions will always throw Error ADD since EDA v3.2.167