xso.backendcomps.Context
- class xso.backendcomps.Context(*, core, m)[source]
Inherited by all other model components to access backend.
- core
Link to core object defined in Backend class
- Type:
xarray-simlab foreign variable
- m
Link to math functions wrapper in Backend class
- Type:
xarray-simlab foreign variable
- label
Stores label supplied at model setup
- Type:
xarray-simlab variable
- core
Model backend instance is stored here
Variable properties:
type :
foreignreference variable :
Backend.coreintent :
in
- Type:
attr.Attribute
- m
Math wrapper functions provided by solver
Variable properties:
type :
foreignreference variable :
Backend.mintent :
in
- Type:
attr.Attribute
- label
No description given
Variable properties:
type :
variableintent :
outdimensions : ()
groups : label
- Type:
attr.Attribute
- __init__(*, core, m) None
Method generated by attrs for class Context.
Methods
__init__(*, core, m)Method generated by attrs for class Context.
Every XSO component is initialized with a label attribute storing the name supplied at model setup.