MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / AnalysisData

Class AnalysisData

SLiCAP/schematic/schematic_data.py:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155@dataclass
156class AnalysisData:
157 x: float
158 y: float
159 source: list # 0-2 refdes strings
160 detector: list # 0-2 [type, ref] pairs; type = "V" or "I"
161 lgref: list # 0-2 refdes strings
162
163
164@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected