usnistgov / REFPROP-wrappers

Wrappers around NIST REFPROP for languages such as Python, MATLAB, etc.
193 stars 127 forks source link

Refprop in Simulink to protected model #582

Closed Sasquatsch closed 6 months ago

Sasquatsch commented 8 months ago

Topic: I'm trying to protect my Simulink block "Interpreted Matlab function".

Without protection it works perfectly fine. But Simulink is not able to convert it into a protected block. Is this even possible with code that has Refprop calls? or is there a workaround? because I actually dont want to protect the Refprop itself only the selfdeveloped code.

Expected behavior: Protect Simulink block "Interpreted Matlab function" (Matlab code with Refprop calls inside)

REFPROP Version: DLL version 10.0
Access Method: Matlab wrapper

ianhbell commented 8 months ago

Sorry, no idea, you'll have to talk to the Mathworks folks.

Sasquatsch commented 8 months ago

Thanks for the fast reply.