mirror of
https://github.com/njchorda/Agilent-34405A-MATLAB-Library.git
synced 2026-02-25 09:20:45 -05:00
Initial
This commit is contained in:
17
Agilent34405AStates.m
Normal file
17
Agilent34405AStates.m
Normal 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
|
||||
Reference in New Issue
Block a user