create_schematic_from_asc_file#

Circuit.create_schematic_from_asc_file(input_file, config_file=None)[source]#

Import an asc schematic and convert to Circuit Schematic. Only passives and sources will be imported.

Parameters:
input_filestr

Path to asc file.

config_filestr, optional

Path to configuration file to map components. Default is None which uses internal mapping.

Returns:
bool

True if successful.