Home > PCB_RayTracerEngine > getLightConfigurations
PCB_RayTracerEngine.getLightConfigurations() 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 the ray tracer light configurations
Signature
typescript
function getLightConfigurations(lightName: string): Promise<any>;1
Parameters
Parameter | Type | Description |
|---|---|---|
lightName | string |
Returns
Promise<any>
Light configuration
Remarks
The get ray tracer render configurations API contains a light configuration. This API is used to get different light configurations
The configuration definition of this API is still in progress ADD since EDA v4