New AWG M8199A now included
ExfoLaser now uses GPIB minor stuff
This commit is contained in:
@@ -43,13 +43,6 @@ classdef ScopeKeysight
|
||||
end
|
||||
end
|
||||
|
||||
switch obj.model
|
||||
case scope_model.DSAZ634A
|
||||
|
||||
case scope_model.UXR1102A
|
||||
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
@@ -68,7 +61,7 @@ classdef ScopeKeysight
|
||||
if isempty(obj.IPaddress)
|
||||
switch obj.model
|
||||
case scope_model.DSAZ634A
|
||||
v=visadev('TCPIP0::keysight.tf.uni-kiel.de::inst0::INSTR');% TCPIP0::127.0.0.1::inst0::INSTR
|
||||
v=visadev('TCPIP0::134.245.243.195::inst0::INSTR');% TCPIP0::127.0.0.1::inst0::INSTR
|
||||
case scope_model.UXR1102A
|
||||
v=visadev('TCPIP0::testscope.tf.uni-kiel.de::inst0::INSTR');% TCPIP0::127.0.0.1::inst0::INSTR
|
||||
case scope_model.UXR1104B
|
||||
|
||||
Reference in New Issue
Block a user