Mailing list archives : pcb-rnd

ID:6003
From:rn...@igor2.repo.hu
Date:Fri, 17 Mar 2023 11:05:56 +0100 (CET)
Subject:Re: [pcb-rnd] SCH-RND Getting Started Video
in-reply-to:6001 from Derek <de...@q40.de>
 
 
On Fri, 17 Mar 2023, Derek wrote:
 
> key: portmap
> value:
>
> The Message Log says:
>
> Portmap of component 'B1' is not an array but a string
> Portmap of component 'B1' is not an array but a string
 
 
Or maybe it's happening when:
 
1. you created the portmap attribute (which is created as string 
initially)
 
2. the autocompile triggered quickly 
 
3. and only then you converted the portmap attribute to an array?
 
If so, that's normal: the compiler gives you an error message if your data 
has errors, even if you are going to fix those errors in the (near) 
future.
 
If it gets annoying while you are doing a lot of edits with invalid 
data in between steps, you can turn off autocompile (and manually run 
compile using the button). Or if autocompile is too fast for your pace of 
editing, you can adjust in the config, the node is editor/autocomp_time 
(1.5 seconds by default).
 
HTH,
 
Igor2
 
 

Reply subtree:
6003 Re: [pcb-rnd] SCH-RND Getting Started Video from rn...@igor2.repo.hu