describe

Returns hardware version, mokuOS version, API Server version, and proxy version

When using the Python or MATLAB clients, user can access this function directly from instrument reference.

# Examples

# Sample response

{
    "hardware": "Moku:Pro",
    "mokuOS": "4.2.2",
    "proxy_version": "2",
    "version": "4.2.2.1"
}
1
2
3
4
5
6