Is there a way to reference the linked object to the execution of an IronPython module? It is to avoid having to change the name of the object within the code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Daniel. I don't want to change the name of the object from the code, actually my concern is to import the selected object in the code to obtain the streams that are connected to it.
Is there an option to identify the object by code without specifying any additional data (for example the title of the script)?
Thank you in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to reference the linked object to the execution of an IronPython module? It is to avoid having to change the name of the object within the code.
I found the following solution:
I still have to define the title of the script ("MyScript") but it is progress, any suggestion is welcome!
I don't understand why you want to change the name of the object from the code, can you elaborate on that?
Hi Daniel. I don't want to change the name of the object from the code, actually my concern is to import the selected object in the code to obtain the streams that are connected to it.
Is there an option to identify the object by code without specifying any additional data (for example the title of the script)?
Thank you in advance!
You can use