public CurrentMonitorDataLog(CurrentMonitorDataLog log) : base(log.TimeStamp) { PollPeriod = log.PollPeriod; NorthVoltToFreqSlope = log.NorthVoltToFreqSlope; SouthVoltToFreqSlope = log.SouthVoltToFreqSlope; FreqToCurrentSlope = log.FreqToCurrentSlope; NorthOffset = log.NorthOffset; SouthOffset = log.SouthOffset; NorthCurrent = log.NorthCurrent; SouthCurrent = log.SouthCurrent; }
public CurrentMonitorDataLog(CurrentMonitorDataLog log) : base(log.TimeStamp) { PollPeriod = log.PollPeriod; NorthVoltToFreqSlope = log.NorthVoltToFreqSlope; SouthVoltToFreqSlope = log.SouthVoltToFreqSlope; FreqToCurrentSlope = log.FreqToCurrentSlope; NorthOffset = log.NorthOffset; SouthOffset = log.SouthOffset; NorthCurrent = log.NorthCurrent; SouthCurrent = log.SouthCurrent; IsESwitching = log.IsESwitching; EFieldPolarity = log.EFieldPolarity; }