public SmuX(ref IDeviceIO Driver, string ChannelID) { limit = new Limit(ref Driver, ChannelID); measure = new Measure(ref Driver, ChannelID); }