Skip to main content

Speos client APIs 2026 R1 SP01

LXPEnabledSensor – Activating the light expert on a sensor

Last update: 22.04.2026

When Light Expert is enabled in the definition of simulations, the LXP flag can be enabled on particular sensors.

This action is done handling LXPEnabledSensor object:

inverseSimulation = SIM.SimulationInverse.Create()
lxpSensor = SpeosSim.LXPEnabledSensor.Create() 
lxpSensor.LXPSensor.Set(radianceSensor)
lxpSensor.IsLXP = True
inverseSimulation.Sensors.Add(lxpSensor)

Connect with Ansys