User Portlet User Portlet

Discussions
Unfortunately I can't promise a date or version where this will supported. I have added you as requesting this to the internal issue, which will increase its priority when planning what to focus on for future versions.
Since you are on macOS, XCode is what you should be using. Visual Studio is only for Windows. You say it fails when running: SystemModelConfiguration`VerifyCompiler[] What result are you getting from that command? It should include the...
There are currently no active plans to include the full WL system modeling functionality on Raspberry Pi, mostly because of the large effort that would be required in porting all the components and dependencies it uses to ARM.
> The internal error shown is also preventing SystemModelSimulate[ ] from running a model that contains a simultaneous inner outer declaration (WSM will simulate a model despite an internal error message). Which example are you referring to here?...
It is not in general possible (at this point) to call WL functions from SystemModeler components. I agree that it would be a great feature to have. What you can currently do is use functions that are simple enough to be converted to...
> When trying to use WSMModelData[model,"Summary"] the expression takes way to long or hangs (I haven't seen an output) It runs a validation of the model, which can take a long time if the model is complicated to validate. This is sometimes the...
Glad it helped. As usual, the functions in the ```WSMLink`Library` ``` context are undocumented and therefore unsupported, so they might stop working in future releases.
DotName has a few benefits compared to pure strings: * It is guaranteed to handle all names correctly. For a name like `my.'name.with'.quotes`, working with StringJoin and StringSplit on "." would be incorrect. * It makes pattern...
Good to hear! I'll make sure the issue is fixed for real in the next version of SystemModeler.
For SystemModeler I'd recommend reading through the product documentation, available both in-product and on http://reference.wolfram.com/system-modeler/ For Mathematica, I think this question on the Mathematica StackExchange site has a fantastic...