Instrument control package: Difference between revisions

m
(Check for interface support script example)
Line 24: Line 24:


{{Code|Check for interface support|<syntaxhighlight lang="octave" style="font-size:13px">
{{Code|Check for interface support|<syntaxhighlight lang="octave" style="font-size:13px">
pkg load instrument-control
if (exist("serial") == 3)
if (exist("serial") == 3)
     disp("Serial: Supported")
     disp("Serial: Supported")
10

edits