-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGES.txt
executable file
·69 lines (53 loc) · 2.12 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Changes to code:
SimDSS.py
#CHANGE: API: setSwitch, getSwitch
#CHANGE: API: showYMatrixDiff
#CHANGE: Option to start SimDSS class without inelastic load
#CHANGE: API: updateCktLoads --> setLoads
#CHANGE: API: runPF becomes private method
#CHANGE: constructYMatrix not calculate each update, only when YMatrix is requested
#CHANGE: Create getYMatrix method
#CHANGE: API: getLkW --> get Load
#CHANGE: Commented YMatrix calculation in the constructor
#CHANGE: Substitute GetLoad by GetPQ
#CHANGE: getCktElementState returns also Power
LoadGenerator.py
#CHANGE: Add BaseLevel
#CHANGE: Remove unsued variables
simulator_pflow.py
#CHANGE: LoadGenerator constructor
#CHANGE: ilpqfile becomes optional argument
#CHANGE: incorportate ProberSim, PhasorSim, SmartmeterSim
#CHANGE: remove readActives
#CHANGE: duplicate variables t v -> mv, t -> mt (collector problem)
LoadGenerator.py
#CHANGE: LoadGenerator constructor
simulator_demo.py
#CHANGE: Add linkRate, linkDelay, linkErrorRate
#CHANGE: Collectors variables: mv, mt (removed)
MosaikSim.cpp / MosaikSim.h
#CHANGE: Add linkRate, linkDelay, linkErrorRate
#CHANGE: Change readAppConnectionsFile methods to reflect new Devices file
#CHANGE: Remove stod operations from val
#CHANGE: Strip string termination string
#CHANGE: Send string instead of int value
#CHANGE: Adapt socket to receive message slipt into several packets
NS3NetSim.cpp / NS3NetSim.h
#CHANGE: Add linkRate, linkDelay, linkErrorRate
#CHANGE: Modify message/time separator to "&"
#CHANGE: Remove server socket redundancy
#CHANGE: Remove src-dst link redundancy
python modules:
#CHANGE: added pytest (and some others)
cktDef.py
#CHANGE: added PHASE_12, PHASE_13, PHASE_23, PHASE_123
#CHANGE: added CKTProperty
#CHANGE: SNDBUS -> BUS1; RCVBUS -> BUS2
examples/example_01.py
#CHANGE: Corrections due to modifications on SimDSS
config/master33.dss
#CHANGE: include coords XY
#CHANGE: set phases=3
Sensor.py
#CHANGE: Include IDT and TYPE in the packet
#CHANGE: Remove unused types of sensor