Nested Hierarchical Schematics... Broken?

Am I LOSING it?

On my main schematic page:
I have a hierarchical sheet: “a.sch”. I gave it a sheet name of A1.
Inside “a.sch” is “b.sch”. I named it B1.
I also have another schematic which I named “A2”. It also points to “a.sch”.

In summary, we have:
-A1 (a.sch)
– B1 (b.sch)
and another block, A2, which also points to “a.sch”.

So if I made a copy of A1 and named it A2, we have:

  • A1 (a.sch)
    – B1 (b.sch)
  • A2 (a.sch)
    – B1 (b.sch)

Obviously, I don’t want the A2 AND A1 to both point to B1, because then the reference designators will be the same (i.e. A1 and A2 will point to the same parts, there won’t be a copy of them).

I want A1 to point to B1 and I want A2 to point to B2.

In other words, I want this:

  • A1 (a.sch)
    – B1 (b.sch)
  • A2 (a.sch)
    – B2 (b.sch)

Am I losing my mind? If I go into A2 and change B1 to B2…
…it also changes it for A1.

This does make sense… A1 and A2 both point to the same thing, “a.sch”.
So when I change the name for B2 from the A2 instance it also changes it for the A1 instance.

So I can’t have nested hierarchical schematics?

Why is it that, you can have an A1 and A2 for the same “a.sch” but this only applies for the main schematic?
I know somebody can explain this to me…

Sorry - closed.
It is fine if the nested block has the same name.
It annotates properly.

i.e.
A1/B1 is different from
A2/B1 and so the annotation actually does occur properly.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.