i create a container ‘to replicate’ with a custom pulse parameter named “Custompulse”.
Inside that “to replicate” i add a print function using a parameterexec DAT and a ChopExec Dat , as a debug
Then i use a replicate node to replicate this container , inside the replicator call back i would like to pulse this parameter
for c in newOps:
print("create "+ c)
c.par.Custompulse.pulse()
pass
But looks like the pulse is never called
please check the toe if your willing to help !
Small update here. In the next experimental release, you will be able to simplify this solution by calling c.par.Custompulse.pulse(endFrame=1) instead of using the run command.