Users Forum

HYRCAN Category => Useful Scripts => Topic started by: Roozbeh on November 03, 2021, 04:57:51 pm

Title: Take advantage of scripting language to extract information
Post by: Roozbeh on November 03, 2021, 04:57:51 pm
This simple script illustrates how to take advantage of the scripting language to extract information from a model and store it in the text file. These functions are available in HYRCAN V1.75.1 and above.
Title: Re: Take advantage of scripting language to extract information
Post by: bteodoru on September 27, 2024, 01:12:47 pm
I tried running it as is, but I encountered an issue with the function
Code: [Select]
getminfos() for all methods. The script returns the error invalid C function rc regardless of the method I use?whether it's BishopSim, JanbuSim, or Spencer.
I?m using Hyrcan V2.0.15. Has anyone else experienced this issue or know of any potential solutions?
Title: Re: Take advantage of scripting language to extract information
Post by: Roozbeh on September 27, 2024, 01:36:33 pm
Hi, I?m able to use it without any issues. Do you have the portable version installed? It looks like some of the DLLs might not be fully installed.
Title: Re: Take advantage of scripting language to extract information
Post by: bteodoru on September 28, 2024, 05:11:20 am
I?ve encountered the error in both the portable version and the version with the installer. I noticed that both the portable and installer versions of Hyrcan are for 32-bit Windows, while I?m running Windows 11 on a MacBook with an M1 processor through Parallels Desktop, which is most likely a 64-bit version of Windows. Could this be the root of the problem?
Title: Re: Take advantage of scripting language to extract information
Post by: Roozbeh on September 28, 2024, 11:08:38 am
It's likely the case. Unfortunately, I won't be able to check whether using a virtual machine is causing this issue.