UNPKG

@gpa-gemstone/application-typings

Version:
14 lines (13 loc) 2.62 kB
declare namespace PqDiff { namespace Types { type MeasurementCharacteristic = 'None' | 'Instantaneous' | 'Spectra' | 'Peak' | 'RMS' | 'HRMS' | 'Frequency' | 'TotalTHD' | 'EvenTHD' | 'OddTHD' | 'CrestFactor' | 'FormFactor' | 'ArithSum' | 'S0S1' | 'S2S1' | 'SPos' | 'SNeg' | 'SZero' | 'AvgImbal' | 'TotalTHDRMS' | 'OddTHDRMS' | 'EvenTHDRMS' | 'TID' | 'TIDRMS' | 'IHRMS' | 'SpectraHGroup' | 'TIF' | 'FlkrMagAvg' | 'FlkrMaxDVV' | 'FlkrFreqMax' | 'FlkrMagMax' | 'FlkrWgtAvg' | 'FlkrSpectrum' | 'FlkrPST' | 'FlkrPLT' | 'TIFRMS' | 'PLTSlide' | 'PiLPF' | 'PiMax' | 'PiRoot' | 'PiRootLPF' | 'IT' | 'RMSDemand' | 'ANSITDF' | 'KFactor' | 'TDD' | 'RMSPeakDemand' | 'P' | 'Q' | 'S' | 'PF' | 'DF' | 'PDemand' | 'QDemand' | 'SDemand' | 'DFDemand' | 'PFDemand' | 'PPredDemand' | 'QPredDemand' | 'SPredDemand' | 'PCoQDemand' | 'PCoSDemand' | 'QCoPDemand' | 'QCoSDemand' | 'DFCoSDemand' | 'PFCoSDemand' | 'PFCoPDemand' | 'PFCoQDemand' | 'AngleFund' | 'QFund' | 'PFVector' | 'DFVector' | 'SVector' | 'SVectorFund' | 'SFund' | 'SCoPDemand' | 'SCoQDemand' | 'PFArith' | 'DFArith' | 'SArith' | 'SArithFund' | 'SPeakDemand' | 'QPeakDemand' | 'PPeakDemand' | 'PHarmonic' | 'PHarmonicUnsigned' | 'PFund' | 'PIntg' | 'PIntgPos' | 'PIntgPosFund' | 'PIntgNeg' | 'PIntgNegFund' | 'QIntg' | 'QIntgPos' | 'QIntgPosFund' | 'QIntgNegFund' | 'QIntgNeg' | 'SIntg' | 'SIntgFund' | 'PIVLIntg' | 'PIVLIntgPos' | 'PIVLIntgPosFund' | 'PIVLIntgNeg' | 'PIVLIntgNegFund' | 'QIVLIntg' | 'QIVLIntgPos' | 'QIVLIntgPosFund' | 'QIVLIntgNegFund' | 'QIVLIntgNeg' | 'SIVLIntg' | 'SIVLIntgFund' | 'DAxisField' | 'QAxis' | 'Rotational' | 'DAxis' | 'Linear' | 'TransferFunc' | 'Status' | 'SpectraIGroup'; type MeasurementType = 'None' | 'Voltage' | 'Current' | 'Power' | 'Energy' | 'Temperature' | 'Pressure' | 'Charge' | 'ElectricalField' | 'MagneticField' | 'Velocity' | 'Bearing' | 'Force' | 'Torque' | 'Position' | 'FluxLinkage' | 'FluxDensity' | 'Status'; type Phase = 'None' | 'AN' | 'BN' | 'CN' | 'NG' | 'AB' | 'BC' | 'CA' | 'Residual' | 'Net' | 'PositiveSequence' | 'NegativeSequence' | 'ZeroSequence' | 'Total' | 'LineToNeutralAverage' | 'LineToLineAverage' | 'Worst' | 'Plus' | 'Minus' | 'General1' | 'General2' | 'General3' | 'General4' | 'General5' | 'General6' | 'General7' | 'General8' | 'General9' | 'General10' | 'General11' | 'General12' | 'General13' | 'General14' | 'General15' | 'General16'; } namespace Lists { const MeasurementTypes: Types.MeasurementType[]; const MeasurementCharacteristics: Types.MeasurementCharacteristic[]; const Phases: Types.Phase[]; } } export default PqDiff;