optimization.variable.conic
Conic Constant Variable Module
This module contains the class for a conic constant variable in an optic system. The ConicVariable class is a subclass of the VariableBehavior class that represents a variable for the conic constant of a surface in an optic system. It is used in the optimization process for conic surfaces.
Kramer Harrison, 2024
Classes
|
Represents a variable for the conic constant of a surface in an optic. |
- class ConicVariable(optic, surface_number, scaler=None, **kwargs)[source]
Represents a variable for the conic constant of a surface in an optic.
- Parameters:
- surface_number
The index of the surface in the optic.
- Type:
int
- get_value()[source]
Returns the current conic constant of the surface.
- Returns:
The conic constant of the surface.
- Return type:
float
- inverse_scale(scaled_value)
Inverse scale the value of the variable.
- Parameters:
scaled_value – The scaled value to inverse scale
- scale(value)
Scale the value of the variable for improved optimization performance.
- Parameters:
value – The value to scale