Class: TransmittanceRange#
This records the range of wavelengths that are transmitted by the filter.
It also records the maximum amount of light transmitted.
Attributes#
cut_in : None | float CutIn is the wavelength below which there is less than 50% transmittance for a filter. Units are set by CutInUnit. cut_in_unit : UnitsLength The units of the CutIn - default:nanometres[nm]. cut_out : None | float CutOut is the wavelength above which there is less than 50% transmittance for a filter. Units are set by CutOutUnit. cut_out_unit : UnitsLength The units of the CutOut - default:nanometres[nm]. cut_in_tolerance : None | float CutInTolerance. Units are set by CutInToleranceUnit. cut_in_tolerance_unit : UnitsLength The units of the CutInTolerance - default:nanometres[nm]. cut_out_tolerance : None | float CutOutTolerance. Units are set by CutOutToleranceUnit. cut_out_tolerance_unit : UnitsLength The units of the CutOutTolerance - default:nanometres[nm]. transmittance : None | float The amount of light the filter transmits at a maximum [units:none] A fraction, as a value from 0.0 to 1.0.
Referenced by Class#
None ➞transmittance_range 0..1 TransmittanceRange
Attributes#
Own#
➞cut_in 0..1
Range: Integer
➞cut_out 0..1
Range: Integer
➞cut_in_tolerance 0..1
Range: Integer
➞cut_out_tolerance 0..1
Range: Integer
➞transmittance 0..1
Range: Integer