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
I am bothered by the strong link made between VISA and SCPI. VISA provides an abstraction over the physical bus used for communication but does not mandate the format of the message circulating on that bus (except for IEEE 488.2 messages). In particular VISA also provide access to register based instruments for which SCPI makes no sense at all.
I am not sure how this should be phrased to be palatable for the reader but I believe that such a strong implicit coupling should be avoided as it tends to create some confusions.
Authors’ Response to Reviewer Comment
Thank you, you are correct. We have removed references to SCPI from the document.
Original Text
The Virtual Instrument Software Architecture (VISA)[@NI-VISA_download, @wiki_VISA] is a simple Application Programming Interface (API) implementing the Standard Commands for Programmable Instruments (SCPI)[@scpi] to control test and measurement instrumentation from a computer.
Updated Text
The Virtual Instrument Software Architecture (VISA)[@NI-VISA_download, @wiki_VISA] is a simple Application Programming Interface (API) to control test and measurement instrumentation from a computer.
I am bothered by the strong link made between VISA and SCPI. VISA provides an abstraction over the physical bus used for communication but does not mandate the format of the message circulating on that bus (except for IEEE 488.2 messages). In particular VISA also provide access to register based instruments for which SCPI makes no sense at all.
I am not sure how this should be phrased to be palatable for the reader but I believe that such a strong implicit coupling should be avoided as it tends to create some confusions.
openjournals/joss-reviews#4752
The text was updated successfully, but these errors were encountered: