Exemplo n.º 1
0
 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;
 }
Exemplo n.º 2
0
 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;
 }
Exemplo n.º 3
0
 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;
 }