Network Topolgy
Submitted by dhaivat on Wed, 06/29/2011 - 21:27
Dear All
I wanted to ask whether Network Toplogy problems can be solved in Scilab...I mean the circuit having GRAPHS?
To be specific the tree,links,cut set matrix,tie set matrix methods for solving graphs in turn the circuits can be done..?
I am using scilab 5.3.2 with XP as OS.
Pl tell me if any extra softwares to download..
With sincere regards
Dhaivat
Taxonomy upgrade extras:
dilkumar
Wed, 06/29/2011 - 23:43
Permalink
Hi, There is a module
Hi,
There is a module available namely Network Topology Generator (NTG)
Please check if u r looking for this..
http://www.scilab.org/products/modules/pem/ntg
dhaivat
Thu, 06/30/2011 - 00:09
Permalink
Install ?
Thanks for replying but I tried this one but it showed that
INSTALLATION FAILED!
Initially I was using 5.3.0 so I updated to 5.3.2 but also I didnt get....
fslab
Fri, 07/01/2011 - 01:01
Permalink
Installation problem
Hi dhaivat
Yes.. I am also getting the below error while installing NTG. I got the same error while doing installation in both Scilab 5.2.2 and 5.3.1 version
-->atomsInstall(['NTG','3.0'])
!--error 10000
atomsGetVersions: Wrong value for input argument #1: Must be a atoms package name.
at line 62 of function atomsGetVersions called by :
at line 96 of function atomsDepTreeFlat called by :
at line 80 of function atomsInstallList called by :
at line 217 of function atomsInstall called by :
atomsInstall(['NTG','3.0'])
Will post a query in Equalis forum and see if somebody can help on this..
fslab
Mon, 07/04/2011 - 20:04
Permalink
Installation problem resolved
Hi,
The problem is corrected by Scilab Dev team.
Pls issue the below commands to install NTG module
atomsSystemUpdate();
atomsInstall(['NTG','3.0'])
After installing the module, go to help -> Network Topology Generator folder
to see details of this module.
thanks
fsLab