代码搜索:STATCOM
找到约 76 项符合「STATCOM」的源代码
代码结果 76
www.eeworm.com/read/456193/7355041
m fm_xfirst.m
function fm_xfirst
% FM_XFIRST initialize state variables for components included
% in power flow computations
%
% FM_XFIRST
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version:
www.eeworm.com/read/212602/15152285
m fm_xfirst.m
function fm_xfirst
% FM_XFIRST initialize state variables for components included
% in power flow computations
%
% FM_XFIRST
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version:
www.eeworm.com/read/431224/8694692
m fm_base.m
function fm_base
%FM_BASE report component parameters to system bases
%
%FM_BASE
%
%see also FM_SPF
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 04-Jan-2007
%
%E-mail: Federico
www.eeworm.com/read/431224/8694771
m fm_ncomp.m
function fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_SLF
%
%A
www.eeworm.com/read/431224/8697170
m gcall.m
function gcall(a)
if ~a.n, return, end
global DAE
type = a.con(:,4);
a1 = find(type == 1);
a2 = find(type == 2);
a3 = find(type == 3);
a4 = find(type == 4);
a5 = find(type == 5);
Vs = a.u.*DAE.x(a
www.eeworm.com/read/431224/8697196
m subsref.m
function b = subsref(a,index)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
b = a.con(index(2).subs{:});
else
b = a.con;
end
cas
www.eeworm.com/read/431224/8697211
m getxy.m
function [x,y] = getxy(a,bus,x,y)
global Sssc Statcom Svc Tcsc Upfc
if ~a.n, return, end
type = a.con(:,4);
a1 = find(type == 1);
a2 = find(type == 2);
a3 = find(type == 3);
a4 = find(type == 4);
a
www.eeworm.com/read/431224/8697214
m dynidx.m
function a = dynidx(a)
global DAE Sssc Statcom Svc Tcsc Upfc
if ~a.n, return, end
m = 4;
k = [0:m:m*(a.n-1)]';
a.v1 = DAE.n + 1 + k;
a.v2 = DAE.n + 2 + k;
a.v3 = DAE.n + 3 + k;
a.Vs = DAE.n + 4 +
www.eeworm.com/read/431224/8697282
m fm_dynidx.m
function fm_dynidx
% FM_DYNIDX define indices of state variables for components
% which are not initialized during the power flow
% analysis
%
% FM_DYNIDX
%
%Author: Federico Mi
www.eeworm.com/read/431224/8698983
ini comp.ini
Line 2 1 0 0 0 1 0 0 1
PQ 1 1 0 0 0 1 0 1 0
Shunt 1 1 0 0 0 1 0 1 0
Fault 1 1 0 0 0 1 0 1 0
Mn 1 1 0 0 0 1 2 1 0
Pl