question

faker avatar image
0 Likes"
faker asked faker commented

flexscript auto add sink

"I want to automatically create sinks using FlexScript, but I'm unable to generate them. Can you identify where the issue might be?"

Object newProcessor = createinstance(library().find( "?Sink" ), model());
FlexSim 23.2.2
flexscriptsinkautobuild
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered faker commented

The new syntax is:

Object sink=Object.create("Sink");
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

faker avatar image faker commented ·
thank you very much:)))
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.