roxieapi.cadata.RemFitDefinition module¶
- class roxieapi.cadata.RemFitDefinition.RemFitDefinition(name: str = '', comment: str = '', type: int = 0, c1: float = 0.0, c2: float = 0.0, c3: float = 0.0, c4: float = 0.0, c5: float = 0.0, c6: float = 0.0, c7: float = 0.0, c8: float = 0.0, c9: float = 0.0, c10: float = 0.0, c11: float = 0.0)[source]¶
Bases:
Definition
Class for remenent magnetization definition definition.
- type¶
The Remfit type.
- Type:
float
- c1¶
fit coefficient 1.
- Type:
float
- c2¶
fit coefficient 2.
- Type:
float
- c3¶
fit coefficient 3.
- Type:
float
- c4¶
fit coefficient 4.
- Type:
float
- c5¶
fit coefficient 5.
- Type:
float
- c6¶
fit coefficient 6.
- Type:
float
- c7¶
fit coefficient 7.
- Type:
float
- c8¶
fit coefficient 8.
- Type:
float
- c9¶
fit coefficient 9.
- Type:
float
- c10¶
fit coefficient 10.
- Type:
float
- c11¶
fit coefficient 11.
- Type:
float
- c1: float = 0.0¶
- c10: float = 0.0¶
- c11: float = 0.0¶
- c2: float = 0.0¶
- c3: float = 0.0¶
- c4: float = 0.0¶
- c5: float = 0.0¶
- c6: float = 0.0¶
- c7: float = 0.0¶
- c8: float = 0.0¶
- c9: float = 0.0¶
- static get_magnum_to_roxie_dct() dict [source]¶
Method returning a mapping from MagNum naming convention to ROXIE naming convention.
- Returns:
a dictionary from MagNum to ROXIE names
- type: int = 0¶