signalLines = find_system(gcs,'FindAll','on','type','line');for i = 1:length(signalLines) set(signalLines(i),'signalPropagation','on');end