Solved

Delimit the variation of variables in the NSC optimization.

  • 15 June 2022
  • 1 reply
  • 149 views

Hello everyone, in a backlight project of an LCD screen with backlit lighting I would like to use the optimization function by assigning a variable to the x and y positions of each source (6 sources) and I would like to define the max variation range for each variable.
It's possible?

 

Thanks to all.

icon

Best answer by Ray 15 June 2022, 09:26

View original

1 reply

Userlevel 4
Badge

Hi Luca,

You can use the NP*G & NP*L operands (* stands for X, Y and Z) in the merit function to set the lower and upper bounds respectively. If you want to also drive them towards a preferred position, use NP*V.

Reply