ground module#
Ground symbol for JITX Standard Library
This module defines the Ground symbol, often used as a net symbol, and associated construction functions.
- class GroundConfig(label_config=None, line_width=0.15, porch_width=1.0, spacing=0.4, max_len=2.0, min_len=0.4, line_count=3)[source]#
Bases:
LabelConfigurableConfiguration for ground symbols
Defines the geometric and visual parameters for ground symbols.
- Parameters:
- class GroundSymbol(config=None, **kwargs)[source]#
Bases:
LabelledSymbolGround symbol with graphics and pin.
Creates a typical power ground net symbol consisting of horizontal lines of evenly decreasing length, evenly spaced in the -Y dimension.
- Parameters:
config (GroundConfig)
- config: GroundConfig#
- property line_width: float#
See
line_width.
- property porch_width: float#
See
porch_width.
- property line_count: int#
See
line_count.
- property label_config: LabelConfigurable#
Configuration object that provides label configuration