Create simulation node property through Python

Hi everyone,

Is it possible to create a Simulation Node property through Python? (See screenshot below)

image

I checked the enumeration type, but it doesn’t appear in the list.


Thanks in advance.

Hi,

prop = comp.createProperty(‘List<Ref>’, ‘MY_Prop’)

1 Like

Thanks for the reply!