This commit is contained in:
2026-02-23 01:57:06 -05:00
committed by GitHub
parent dbed5941f7
commit 7f957861a0
2 changed files with 259 additions and 0 deletions

17
Agilent34405AStates.m Normal file
View File

@@ -0,0 +1,17 @@
classdef Agilent34405AStates
properties (Constant)
DCV = 'VOLT:DC';
ACV = 'VOLT:AC';
DCI = 'CURR:DC';
ACI = 'CURR:AC';
R2W = 'RES';
R4W = 'FRES';
TEMP = 'TEMP';
CONT = 'CONT';
DIODE = 'DIOD';
CAP = 'CAP';
FREQ = 'FREQ';
PERIOD = 'PER';
SCAN = 'SCAN';
end
end