clariusdev / cast

APIs for Researchers and Marketplace Apps
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

About low-level parameters control #163

Open noseefood opened 2 months ago

noseefood commented 2 months ago

Hi, I am a researcher using Clarius. Thank you for your genius product. But I have a problem: In another repo, "clariusdev/raw" 's README file, it seems we could control some low-level parameters such as "steer angle", but in cast API Python's example and cast_def.h file, I could not find the possible interface for "steer angle".
So, I want to know if a Python-based method can control these low-level parameters and, if so, how to enable them. Thank you very much for your help.

clariusk commented 2 months ago

from cast.h, you would use:

cusCastSetParameter() cusCastEnableParameter() cusCastSetPulse()

to set low level parameters as documented in the raw repository

the corresponding functions exist in the python wrapper as well