Access cluster input /output from ghpython

Hi , I want to know to access cluster input/output via ghpython , I will be grateful if any example provided or any guide for similar post .

regards

What exactly do you mean by accessing inputs/outputs?

  • Would you like to know what their names are?
  • Would you like to know what components are connected to them?
  • Would you like to access their data?

Meanwhile, here are some links that may be helpful.

@Mahdiyar thanks for your reply . I want the following :

  • load cluster from current GH file into python .
  • access load from python its input values.
  • access from python its output values

thanks again