If I read the docs correctly then these two statements should produce the same result. However, the second one throws an error.
active = input(RBA::LayerInfo::new(43, 1, "active"))
active = input("active (43/1)")

This code is inside an LVS macro, but as far as I understand this code is the same as what the DRC engine runs?
Could also be that this is intentional behavior, but then the docs might be wrong?
It works fine if you only specify the layer name without the space+numbers (set inside 'Edit Layer Specification' which is somehow different from the right-click->Rename name?)
If I read the docs correctly then these two statements should produce the same result. However, the second one throws an error.
This code is inside an LVS macro, but as far as I understand this code is the same as what the DRC engine runs?
Could also be that this is intentional behavior, but then the docs might be wrong?
It works fine if you only specify the layer name without the space+numbers (set inside 'Edit Layer Specification' which is somehow different from the right-click->Rename name?)