Bases: WavelengthRangeType_Type
Represents the XML complex type IlluminationWavelengthRangeType.
This field records the nominal Illumination Power (also known as Power Output or Illumination Intensity) emitted at Peak Wavelength by this Light Source, as advertised by the Manufacturer.
fromBase ( base )
staticmethod
fromJsonFile ( path , validate = True )
fromJsonString ( json_string , validate = True )
fromXmlFile ( path , validate = True )
fromXmlString ( xml_string , validate = True )
toXmlFile ( filename , validate = True )
toXmlString ( validate = True )
setIlluminationPower ( value , validate = True )
Sets the value of the IlluminationPower attribute.
This field records the nominal Illumination Power (also known as Power Output or Illumination Intensity) emitted at Peak Wavelength by this Light Source, as advertised by the Manufacturer.
Parameters:
Name
Type
Description
Default
value
float
required
validate
(boolean , optional )
If true, validates constraints on value. Default is true.
True
getIlluminationPower ()
Returns the value of the IlluminationPower attribute.
This field records the nominal Illumination Power (also known as Power Output or Illumination Intensity) emitted at Peak Wavelength by this Light Source, as advertised by the Manufacturer.
Returns:
Type
Description
float
The value of the attribute
resetIlluminationPower ()
Resets the IlluminationPower attribute to an unset state.
This field records the nominal Illumination Power (also known as Power Output or Illumination Intensity) emitted at Peak Wavelength by this Light Source, as advertised by the Manufacturer.
hasIlluminationPower ()
Checks whether the IlluminationPower attribute is present.
This field records the nominal Illumination Power (also known as Power Output or Illumination Intensity) emitted at Peak Wavelength by this Light Source, as advertised by the Manufacturer.
Returns:
Type
Description
boolean
true if the attribute has been set, false otherwise
setIlluminationPowerUnit ( value , validate = True )
getIlluminationPowerUnit ()
resetIlluminationPowerUnit ()
hasIlluminationPowerUnit ()