Component
- class xspec.Component(compName, parNames)
Model component class.
Attributes
- name
The full name of the Component (get only).
- <parameters>
Component contains an attribute of type Parameter for every parameter in the component. The attribute name is the same as the parameter name in xspec.
- parameterNames
List of Component's parameter names (get only).