Altium Importer: add note that Parameter Set import is not yet supported

This commit is contained in:
Stefan 2023-03-06 02:13:40 +00:00 committed by Jon Evans
parent 819b767635
commit 90b5dba5ac
2 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,7 @@ enum class ALTIUM_SCH_RECORD
BUS_ENTRY = 37,
TEMPLATE = 39,
PARAMETER = 41,
WARNING_SIGN = 43,
PARAMETER_SET = 43,
IMPLEMENTATION_LIST = 44,
IMPLEMENTATION = 45,
RECORD_46 = 46,

View File

@ -693,7 +693,8 @@ void SCH_ALTIUM_PLUGIN::ParseFileHeader( const ALTIUM_COMPOUND_FILE& aAltiumSchF
ParseParameter( properties );
break;
case ALTIUM_SCH_RECORD::WARNING_SIGN:
case ALTIUM_SCH_RECORD::PARAMETER_SET:
m_reporter->Report( _( "Parameter Set not currently supported." ), RPT_SEVERITY_ERROR );
break;
case ALTIUM_SCH_RECORD::IMPLEMENTATION_LIST: