Ejemplo n.º 1
0
 public function calculateLam(Fuse $fuse, $pcbID = -1)
 {
     $sEnv = $fuse->getEnvironment();
     $piE = $this->systemService->getPiE(221, $sEnv);
     $base = 0.01;
     $lambda = $base * $piE * pow(10, -6);
     return $lambda;
 }