New AWG M8199A now included

ExfoLaser now uses GPIB
minor stuff
This commit is contained in:
Silas Labor Zizou
2025-03-03 09:13:16 +01:00
parent 492f889dce
commit 6570746d17
9 changed files with 211 additions and 141 deletions

View File

@@ -0,0 +1,9 @@
classdef lab_interface < int32
enumeration
gpib (1)
serial (2)
lan (3)
end
end