Hi, if anyone finds this useful, here is a small python script that adds a message to a cluster.
The content of the message is defined within the cluster by including the python script inside the cluster.
d = ghenv.Component.OnPingDocument()
d.Owner.Message = str(x)
Cluster_msg.gh (6.0 KB)