create_schematic_from_asc_file#
- Circuit.create_schematic_from_asc_file(input_file, config_file=None)#
Import an asc schematic and convert to Circuit Schematic. Only passives and sources will be imported.
- Parameters:
- input_file
str
orpathlib.Path
Path to asc file.
- config_file
str
,optional
Path to configuration file to map components. Default is None which uses internal mapping.
- input_file
- Returns:
- bool
True
if successful.