public SynthHMC704LP4E(Device device) { try { m_hmc = new HMCMode(device); } catch (Exception err) { throw (new SystemException(err.Message)); } }
public SynthHMC704LP4E(Device device, HMC704_CHIP_NUMBER chipNum) { try { m_hmc = new HMCMode(device); ConfigurePins(chipNum); } catch (Exception err) { throw (new SystemException(err.Message)); } }