SpaceEnvironmentRadiationEnergyValues ===================================== .. py:class:: ansys.stk.core.stkobjects.SpaceEnvironmentRadiationEnergyValues Energy values used by the Radiation Environment model. .. py:currentmodule:: SpaceEnvironmentRadiationEnergyValues Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentRadiationEnergyValues.use_default` - Use default energy values. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentRadiationEnergyValues.custom` - Specify custom energy values that will override the default energy values. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SpaceEnvironmentRadiationEnergyValues Property detail --------------- .. py:property:: use_default :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentRadiationEnergyValues.use_default :type: bool Use default energy values. .. py:property:: custom :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentRadiationEnergyValues.custom :type: SpaceEnvironmentRadiationEnergyMethodEnergies Specify custom energy values that will override the default energy values.