tendril.conventions.series module

Docstring for series.py

class tendril.conventions.series.ValueSeries(stype, start, end, device, footprint)[source]

Bases: object

gen_vals(stype=None, start=None, end=None)[source]
get_symbol(value, device=None, footprint=None)[source]
get_type_value(value)[source]
get_closest_value(target, heuristic=None)[source]
get_characteristic_value()[source]
class tendril.conventions.series.IEC60063ValueSeries(series, stype, start=None, end=None, device=None, footprint=None)[source]

Bases: tendril.conventions.series.ValueSeries

gen_vals(stype=None, start=None, end=None)[source]
class tendril.conventions.series.CustomValueSeries(name, stype, start=None, end=None, device=None, footprint=None)[source]

Bases: tendril.conventions.series.ValueSeries

add_value(type_value, value)[source]
_value_generator(start=None, end=None)[source]
gen_vals(stype=None, start=None, end=None)[source]
get_partno(value)[source]
get_symbol(value, device=None, footprint=None)[source]
get_type_value(value)[source]
tendril.conventions.series.get_series(series, stype, start=None, end=None, device=None, footprint=None)[source]