Blackbody#
- class ansys.speos.core.spectrum.Spectrum.Blackbody(blackbody, default_parameters=None, stable_ctr=False)#
Blackbody type of spectrum.
By default, Blackbody temperature is set to be 2856.
- Parameters:
- blackbody
ansys.api.speos.spectrum.v1.spectrum_pb2.Blackbody Blackbody protobuf object to modify.
- default_parameters
Optional[ansys.speos.core.generic.parameters.SpectrumBlackBodyParameters] =None If defined the values in the Blackbody instance will be overwritten by the values of the data class
- stable_ctrbool
Variable to indicate if usage is inside class scope
- blackbody
- Parameters:
blackbody (ansys.api.speos.spectrum.v1.spectrum_pb2.Spectrum.BlackBody)
default_parameters (Optional[ansys.speos.core.generic.parameters.SpectrumBlackBodyParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use set_blackbody method available in Spectrum classes.
Overview#
Property the temperature of the spectrum. |
Import detail#
from ansys.speos.core.spectrum.Spectrum import Blackbody