Help for this page

Select Code to Download


  1. or download this
    $clocks{$pin_name}{'period'} = $Worksheet->{Cells}[$row][$clock_col]->
    +Value;
    #snip
    ...
      if($hashref->{'virtual'} eq "VIR") {
    
    etc...
    
  2. or download this
      if ($Worksheet->{Cells}[$row][$jit_ear_rise_col]){
        my @jit_values;
    ...
    
    my @jitter_values = $hashref->{'jit'} ;
    foreach (@jitter_values){print "$_\n";}