ferrite module#
Ferrite symbols for JITX Standard Library
This module provides ferrite bead symbol definitions with tilted rectangle body.
- class FerriteConfig(label_config=None, pitch=2.0, line_width=0.05, body_width=0.9, body_height=0.4, body_angle=-30.0)[source]#
Bases:
LabelConfigurableConfiguration for ferrite symbols
Defines the geometric and visual parameters for ferrite bead symbols.
- Parameters:
- class FerriteSymbol(config=None, **kwargs)[source]#
Bases:
LabelledSymbol,GenericFerrite bead symbol with graphics and pins.
The ferrite symbol consists of a vertical porch line through a tilted rectangle body.
Pins: ‘p[1]’, ‘p[2]’ (non-polarized)
- Parameters:
config (
T)
-
config:
T#
- property line_width: float#
See
line_width.
- property body_width: float#
See
body_width.
- property body_height: float#
See
body_height.
- property body_angle: float#
See
body_angle.
- property label_config: LabelConfigurable#
Configuration object that provides label configuration