Lab changes
This commit is contained in:
@@ -15,7 +15,7 @@ classdef scope_fadc < int32
|
||||
|
||||
methods
|
||||
function val = getValue(obj)
|
||||
val = double(obj); % Convert int32 to double to get the numeric value
|
||||
val = double(obj).*1e9; % Convert int32 to double and from GHz to Hz to get the numeric value
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user