Unit ExecCommands

Classes, Interfaces, Objects and Records
Variables

Description

 

Uses

Overview

Functions and Procedures

procedure ProcessCommand(MainDSS: TDSSContext; const CmdLine: String; LineNum: Integer = -1);
procedure DefineCommands(var ExecCommand: ArrayOfString);

Types

TExecCommand = (...);

Constants

NumExecCommands = ord(High(TExecCommand));

Description

Functions and Procedures

procedure ProcessCommand(MainDSS: TDSSContext; const CmdLine: String; LineNum: Integer = -1);
 
procedure DefineCommands(var ExecCommand: ArrayOfString);
 

Types

TExecCommand = (...);

Main executive commands

Values
  • INVALID = 0
  • New = 1
  • Edit = 2
  • More = 3
  • M = 4
  • tilde = 5
  • Select = 6: "˜"
  • Save = 7
  • Show = 8
  • Solve = 9
  • Enable = 10
  • Disable = 11
  • Plot = 12
  • Reset = 13
  • Compile = 14
  • SetOpt = 15
  • Dump = 16: "Set" = Set DSS Options
  • Open = 17: Debug dump
  • Close = 18: Open a device terminal conductor
  • DoubleSlash = 19: Close a device terminal conductor
  • Redirect = 20: "//" Comment
  • Help = 21
  • Quit = 22
  • questionmark = 23
  • Next = 24: "?" = Property Value inquiry
  • Panel = 25
  • Sample = 26
  • Clear = 27
  • About = 28
  • Calcvoltagebases = 29
  • SetkVBase = 30: Computes voltage bases
  • BuildY = 31: Set kV Base at a Bus
  • Get = 32: forces Rebuild of Y matrix right now
  • Init = 33: returns values set WITH Set command
  • Export = 34
  • Fileedit = 35
  • Voltages = 36
  • Currents = 37
  • Powers = 38
  • Seqvoltages = 39
  • Seqcurrents = 40
  • Seqpowers = 41
  • Losses = 42
  • Phaselosses = 43
  • Cktlosses = 44
  • Allocateloads = 45
  • Formedit = 46
  • Totals = 47
  • Capacity = 48: Total all energymeters
  • Classes = 49: Find upper kW limit of system for present year
  • Userclasses = 50: List of intrinsic classes
  • Zsc = 51: List of user-defined classes
  • Zsc10 = 52
  • ZscRefresh = 53
  • Ysc = 54
  • puvoltages = 55
  • VarValues = 56
  • Varnames = 57
  • Buscoords = 58
  • MakeBusList = 59
  • MakePosSeq = 60
  • Reduce = 61
  • Interpolate = 62
  • AlignFile = 63
  • TOP = 64
  • Rotate = 65: TODO: remove
  • Vdiff = 66
  • Summary = 67
  • Distribute = 68
  • DI_plot = 69
  • Comparecases = 70
  • YearlyCurves = 71
  • CD = 72
  • Visualize = 73
  • CloseDI = 74
  • DOScmd = 75
  • Estimate = 76
  • Reconductor = 77
  • _InitSnap = 78
  • _SolveNoControl = 79
  • _SampleControls = 80
  • _DoControlActions = 81
  • _ShowControlQueue = 82
  • _SolveDirect = 83
  • _SolvePFlow = 84
  • AddBusMarker = 85
  • Uuids = 86
  • SetLoadAndGenKV = 87
  • CvrtLoadshapes = 88
  • NodeDiff = 89
  • Rephase = 90
  • SetBusXY = 91
  • UpdateStorage = 92
  • Obfuscate = 93
  • LatLongCoords = 94
  • BatchEdit = 95
  • Pstcalc = 96
  • Variable = 97
  • ReprocessBuses = 98
  • ClearBusMarkers = 99
  • RelCalc = 100
  • vr = 101
  • Cleanup = 102: var
  • FinishTimeStep = 103
  • NodeList = 104
  • Connect = 105
  • Disconnect = 106: TODO: remove
  • Remove = 107: TODO: remove
  • CalcIncMatrix = 108
  • CalcIncMatrix_O = 109
  • Refine_BusLevels = 110
  • CalcLaplacian = 111
  • ExportOverloads = 112
  • ExportVViolations = 113
  • Zsc012 = 114
  • AllPCEatBus
  • AllPDEatBus
  • TotalPowers
  • GISCoords
  • ClearAll
  • COMHelp
  • NewActor
  • Wait
  • SolveAll
  • Abort
  • Clone

Constants

NumExecCommands = ord(High(TExecCommand));
 

Generated by PasDoc 0.16.0.