Merge commit '90e7c8299678a0c4890175dba6cb12d0c46453e6'

This commit is contained in:
Silas
2024-11-04 09:41:52 +01:00
14 changed files with 895 additions and 554 deletions

View File

@@ -129,7 +129,7 @@ classdef DataStorage < handle
tmp = obj.sto.(storageVarName){lin_idx(i)};
if ~isempty(tmp)
if isa(tmp,'Signal') || isa(tmp,'struct') || isa(tmp,'Exfo_laser')
if isa(tmp,'Signal') || isa(tmp,'struct') || isa(tmp,'Exfo_laser') || isa(tmp,'DC_supply')
if i == 1
value = {};
end