Unit ExportOptions

Classes, Interfaces, Objects and Records
Variables

Description

 

Uses

Overview

Functions and Procedures

function DoExportCmd(MainDSS: TDSSContext): Integer;
procedure DefineOptions(var ExportOption: ArrayOfString);

Types

TExportOption = (...);

Constants

NumExportOptions = ord(High(TExportOption));

Description

Functions and Procedures

function DoExportCmd(MainDSS: TDSSContext): Integer;
 
procedure DefineOptions(var ExportOption: ArrayOfString);
 

Types

TExportOption = (...);
 
Values
  • INVALID = 0
  • Voltages = 1
  • SeqVoltages = 2
  • Currents = 3
  • SeqCurrents = 4
  • Estimation = 5
  • Capacity = 6
  • Overloads = 7
  • Unserved = 8
  • Powers = 9
  • SeqPowers = 10
  • Faultstudy = 11
  • Generators = 12
  • Loads = 13
  • Meters = 14
  • Monitors = 15
  • Yprims = 16
  • Y = 17
  • seqz = 18
  • P_byphase = 19
  • CIM100Fragments = 20
  • CIM100 = 21
  • CDPSMAsset = 22
  • Buscoords = 23
  • Losses = 24
  • Uuids = 25
  • Counts = 26
  • Summary = 27
  • CDPSMElec = 28
  • CDPSMGeo = 29
  • CDPSMTopo = 30
  • CDPSMStateVar = 31
  • Profile = 32
  • EventLog = 33
  • AllocationFactors = 34
  • VoltagesElements = 35
  • GICMvars = 36
  • BusReliability = 37
  • BranchReliability = 38
  • NodeNames = 39
  • Taps = 40
  • NodeOrder = 41
  • ElemCurrents = 42
  • ElemVoltages = 43
  • ElemPowers = 44
  • Result = 45
  • YNodeList = 46
  • YVoltages = 47
  • YCurrents = 48
  • PVSystem_Meters = 49
  • Storage_Meters = 50
  • Sections = 51
  • ErrorLog = 52
  • IncMatrix = 53
  • IncMatrixRows = 54
  • IncMatrixCols = 55
  • BusLevels = 56
  • Laplacian = 57

Constants

NumExportOptions = ord(High(TExportOption));
 

Generated by PasDoc 0.16.0.