RayFileData Class Reference
Last update: 17.07.2025Represents Ray File Data. More...

Static Public Attributes | |
| str | FluxInLumen = property(fget=__GetFluxInLumen) |
| Returns the flux value in lumen. | |
| str | FluxInWatt = property(fget=__GetFluxInWatt) |
| Returns the flux value in watt. | |
| str | HasFluxInLumen = property(fget=__GetHasFluxInLumen) |
| Returns true if the ray file has flux in lumen, otherwise returns false. | |
| str | HasFluxInWatt = property(fget=__GetHasFluxInWatt) |
| Returns true if the ray file has flux in watt, otherwise returns false. | |
| str | HasPower = property(fget=__GetHasPower) |
| Returns true if the ray file has power, otherwise returns false. | |
Detailed Description
Represents Ray File Data.
Ray File Data class provides methods to get data from a ray file.
To obtain an instance of this class, refer to Speos Pattern Builder.
Member Data Documentation
◆ FluxInLumen
|
static |
Returns the flux value in lumen.
Value type: Double (in lumen).
The default value is -1.
◆ FluxInWatt
|
static |
Returns the flux value in watt.
Value type: Double (in watt).
The default value is -1.
◆ HasFluxInLumen
|
static |
Returns true if the ray file has flux in lumen, otherwise returns false.
True: The ray file has flux in lumen.
False: The ray file does not have flux in lumen.
Value type: Boolean.
The default value is False.
◆ HasFluxInWatt
|
static |
Returns true if the ray file has flux in watt, otherwise returns false.
True: The ray file has flux in watt.
False: The ray file does not have flux in watt.
Value type: Boolean.
The default value is False.
◆ HasPower
|
static |
Returns true if the ray file has power, otherwise returns false.
True: The ray file has power.
False: The ray file does not have power.
Value type: Boolean.
The default value is False.
The documentation for this class was generated from the following file:
- SpeosNX.py