You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solve j123b567#16 Multiple Identical Capabilities
Now it is possible to have pattern OUT#:FREQuency
and commands OUT1:FREQ, OUT2:FREQ and OUT:FREQ
Unsupported range is up to user
In handler function, just call SCPI_CommandNumbers and it will fill
appropriate array
Refactoring of arbitrary data, special numbers
- refactoring of handling arbitrary program data
- refactoring of handling special numbers and bool as choice
Added new features
- boolean parameters (andrey-nakin)
- choice parameters (andrey-nakin)
- correct result of SYSTEM:VERSION
- add support for custom IDN
- resolved some bugs