potentiometer module#
Potentiometer symbols for JITX Standard Library
This module provides potentiometer symbol definitions with wiper pins.
- class PotentiometerConfig(arrow_config=None, label_config=None, pitch=4.0, porch_width=0.5, amplitude=0.5, periods=3.0, line_width=0.15)[source]#
Bases:
ResistorConfig,ArrowConfigurableConfiguration for potentiometer symbols
- Parameters:
arrow_config (ArrowConfig | None)
label_config (LabelConfig | None)
pitch (float)
porch_width (float)
amplitude (float)
periods (float)
line_width (float)
- class PotentiometerSymbol(config=None, **kwargs)[source]#
Bases:
ResistorSymbolPotentiometer symbol with graphics, wiper arrow, and pins including wiper pin
- Parameters:
config (PotentiometerConfig | None)
- arrow: Arrow#
- wiper: Pin#