Now that the textport is Python in 088, how do I use the “send” command? (And where is that in the documentation?)
thanks
-russ
Now that the textport is Python in 088, how do I use the “send” command? (And where is that in the documentation?)
thanks
-russ
First you want to get the node you want to send through
n = op()
the you want to use it’s send() method
n.send()
Check out the Python help for the particular OP you are interested in to see the send() methods documentation.