Script of PM process

Hi,

is there any way in VC to open a PM process program as a Python script?

No. The PM statements are built-in logic which doesn’t use scripting.

1 Like

It’s disappointing, but thank you for your quick response.

Hi,

Why would you want to do that? It is possible to read the process routine from Python, but as Tsy replied, they are not interchangeable with each other.

However, it is a valid case to use PythonProcessHandler in a process as a custom statement.

Hi,

I want to do this because I think it will be clearer if the original process steps include my own steps and I can edit them, but PythonProcessHandler is sufficient. Another advantage is that this way I can see the code used in the original steps, because I am a python beginner and VC has a lot of methods and editing the original statements will save me a lot of time.