A simple SCPI lexical analyzer

A Simple SCPI Parser

Parsing SCPI commands is a rather involved task. Here I am showing how to perform two central steps: setting up a command table in a human readable form and performing…

Comments Off on A Simple SCPI Parser