View.PermanentlyIsolate node does not work with only python script

Hi all,

my company does not want to use a custom node.
I want make a 3D view from a schedule and that part has succeeded me.
now I have to make python scripts from the custom node.
I use the custom node of clockwork: View.PermanentlyIsolateElement

image

this custom node consists of different layers off dyf files:

first layer:

second layer (left)
image

second layer (right)

if I connect the python script I can not get the desired one, only Temporary Hide/Isolate:
image

what am I doing wrong?

all ideas are welcome.

Regards

I solved it with a passtrough node:

image

Thank you Clockwork for all your work!!!