-
Notifications
You must be signed in to change notification settings - Fork 16
State Estimation Set Settings
Mirsad Cosovic edited this page Mar 31, 2019
·
39 revisions
The set settings represent an additional option of the state estimation module. It allows changing of active sets of measurements according to the different settings.
Although the syntax is given in a certain order, for methodological reasons, only DATA
must appear as the first input argument, and the order of other inputs is arbitrary, as well as their appearance.
runse(..., SET)
runse(..., SET) defines the measurement set (active and inactive measurements)
runse('ieee14_20', 'nonlinear', 'warm', 'legRedundancy', 4, 'main');
runse('ieee14_20', 'nonlinear', 'bad', 'pmuDevice', 4, 'legRedundancy', 4, 'main');
runse('ieee14_20', 'pmu', 'bad', 'pmuOptimal', 'estimate');
runse('ieee14_20', 'dc', 'legDevice', [34 0 11 0], 'estimate', 'save');
Command | Description |
---|---|
'pmuOptimal' |
deploys phasor measurements according to the optimal PMU location, where the system is completely observable only by phasor measurements |
'pmuRedundancy',value |
deploys random angle and magnitude measurements measured by PMUs according to the corresponding redundancy x value = x, default setting: maximum redundancy
|
'pmuDevice',value |
deploys phasor measurements according to the random selection of PMUs x placed on buses, where measurement set contains voltage and current phasor measurements associated with the corresponding PMU value = x, default setting: all PMUs are active
|
'legRedundancy',value |
deploys random selection of legacy measurements according the corresponding redundancy x value = x, default setting: maximum redundancy
|
'legDevice',value |
deploys legacy measurements according to the random selection of legacy devices placed on branches or buses, where measurement set contains power flow x, current magnitude y, power injection z and voltage magnitude v measurements value = [x y z v], default setting: all devices are active
|
MATGRID is licensed under the terms of the MIT License.