measurement state
This commit is contained in:
@@ -131,7 +131,7 @@ classdef ScopeKeysight
|
||||
|
||||
%use this to finetune autoscaling - VERY helpful
|
||||
% higher value leads to higher scaling
|
||||
fintunefactor = 1.4; % within [1,...,2]
|
||||
fintunefactor = 1.5; % within [1,...,2]
|
||||
obj.writeNcheck(v,sprintf(':CHANnel%u:RANGe %.3f',n,range/fintunefactor));
|
||||
end
|
||||
else
|
||||
@@ -141,6 +141,8 @@ classdef ScopeKeysight
|
||||
% After Autoscale, let the user adjust the scope scaling...
|
||||
% "options.waitUntilClick" was a shit name but now this is it :-)
|
||||
if options.waitUntilClick
|
||||
|
||||
if 0
|
||||
% Create a dialog box with the desired text
|
||||
d = dialog('Name', 'Scale Scope then press continue', 'Position', [300, 300, 300, 180]);
|
||||
|
||||
@@ -160,6 +162,9 @@ classdef ScopeKeysight
|
||||
|
||||
% Pause execution until the dialog box is closed
|
||||
uiwait(d);
|
||||
else
|
||||
holdAndShowValue
|
||||
end
|
||||
end
|
||||
|
||||
if obj.extRef
|
||||
|
||||
Reference in New Issue
Block a user