/** get magnet polarity */ public double getPolarity() { try { return m_bucMagnet.getPolarity(); } catch (Exception e) { System.out.println( " Polarity not set on " + this.getId() + ", for stability sake, using + field"); return 1; } }
/** get the default magnetic field */ public double getDfltField() { return m_bucMagnet.getDfltField(); }
/** get the effective magnetic length (m) */ public double getEffLength() { return m_bucMagnet.getEffLength(); }