FaultAlgorithms.FaultLocationDataSet.FaultLocationDataSet C# (CSharp) Method

FaultLocationDataSet() public method

Creates a new instance of the FaultLocationDataSet class.
public FaultLocationDataSet ( ) : System.Collections.Generic
return System.Collections.Generic
        public FaultLocationDataSet()
        {
            m_voltages = new MeasurementDataSet();
            m_currents = new MeasurementDataSet();
            m_cycles = new CycleDataSet();
            m_frequency = 60.0D;

            m_values = new Dictionary<string, object>();
        }