|
PyXspec
1.0.1
|
Public Member Functions | |
| def | __init__ |
| def | __setattr__ |
Public Attributes | |
| name | |
| The full name of the Component (get only). | |
| parameterNames | |
| List of Component's parameter names (get only). | |
Model component class.
Public instance 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).
| def __init__ | ( | self, | |
| compName, | |||
| parNames | |||
| ) |
Component constructor.
Intended for creation by Model objects only.
compName -- The full xspec component name. This will also
be the name of the attribute in the model object
parNames -- List containing component's parameter names.
| def __setattr__ | ( | self, | |
| attrName, | |||
| value | |||
| ) |
List of Component's parameter names (get only).
1.7.5.1