[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error: lti: outname 'ig_d' is ambiguous
From: |
Beginner1 |
Subject: |
error: lti: outname 'ig_d' is ambiguous |
Date: |
Tue, 3 Sep 2019 09:05:51 -0500 (CDT) |
Hi,
I was wondering what implies this error:
"error: lti: outname 'ig_d' is ambiguous"
when assembling a state-space system made of several subsystems with the
"connect" command.
The lines that correspond to this error are written below:
inname_group={'vdcref','vdc','qacref','qac','vacref','vac','fmeas','pdcref','paux','FSMcoordpos','vod','voq','id_AC','iq_AC','Vdcdiff',
'Vg_d','Vg_q'};
outname_group={'idref','iqref','Vdref','Vqref','Pmd','Pmq','Vd_AC','Vq_AC','id_AC','iq_AC','vod','voq','ig_d','ig_q'};
sys=connect(sys_ol,sys_il,sys_nb,sys_vsc,sys_rlc,sys_cl,inname_group,outname_group);
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- error: lti: outname 'ig_d' is ambiguous,
Beginner1 <=