Sha256: 829bff54bac9072dccc0e94674618494f4b77441b0171c9482c15ba9780ac32f
Contents?: true
Size: 612 Bytes
Versions: 96
Compression:
Stored size: 612 Bytes
Contents
<%= "DTGlobalSpecSheet,version=2.0:platform=Jaguar:toprow=-1:leftcol=-1:rightcol=-1\tGlobal Specs" %> <%= "" %> <%= "\tSymbol\tJob\tValue\tComment" %> <%= "\tVcl_default\t\t-1\tDetector clamp voltage low" %> <%= "\tVch_default\t\t6\tDetector clamp voltage high" %> <%= "\tVph_default\t\t5\t" %> % % # Gather spec values per category for each spec/specset % global_specs.sort.each do |next_spec, jobs| % jobs.each do |job, attrs| % value = format_uflex_global_spec(attrs[:value], spec: next_spec) % comnt = attrs[:comment] <%= "\t#{next_spec}\t#{job}\t#{value}\t#{comnt}" %> % end % end %
Version data entries
96 entries across 96 versions & 1 rubygems