Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 22:11:44 +0000



Post From: User/Source code controlled settings

[2022-01-30 16:35:22]
ForgivingComputers.com - Posts: 1028
Here is the code I have so far. It does what I need it to do. However, I can't change them manually.

Make sure the code is in the sc.SetDefaults block.

ACSIL Interface Members - Variables and Arrays: What Should Be Located in the sc.SetDefaults Code Block
Setting of defaults must be done in the sc.SetDefaults code block because otherwise when the settings are changed through the Study Settings window for the study, those changes will get reverted back to what the study function is setting them to if the code to change the sc.Subgraph, sc.Input and other settings is done outside of the sc.SetDefaults code block.