For the purpose of analyzing a design for e.g. statistic information I want to access the NetClass of each net.
I tried to create a minimum working example. I noticed that I couldn't access the NetClass Element of a Net by reading e.g. Net.Class.Name. I then thought, that the NetClass Element might be Null, Empty or any other strange state, when a Net has no class. I wrote several tests to check if it is Null, Empty etc. But even the check for Null fails. In my MWE attached I get the error message:
Objekt erforderlich
Src: Laufzeitfehler in Microsoft VBScript
Line:16 Error:0 Scode:800a01a8
This refers to the line
if (Net.Class() Is Null) then
I don't know why I get this error. It seems that contrary to the explanations for the Objects of type Net there is no property of type NetClass in a Net. What am I doing wrong here?
Then see if it completes the script. If there are any issues or you think there is a bug that is stopping it from working. Please contact support@pulsonix.com and we can help investigate further for you.