Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
CompositeCurveAnalysis.analyses¶
- CompositeCurveAnalysis.analyses(index=None)[source]¶
Return curve analysis instance.
- Parameters:
index (
Union
[str
,int
,None
]) – Name of group or numerical index.- Return type:
Union
[BaseCurveAnalysis
,List
[BaseCurveAnalysis
]]- Returns:
Curve analysis instance.