【数据输出PSSE】请教如何输出out数据
本帖最后由 apsal 于 2009-4-11 16:12 编辑通常是*.out
想要到excel, *。xls
该如何做? pti 说他们在用python开发工具,
快出来了,== 自己用python开发也很简单的 我倒是没有转过xls文件,但是将out读成matlab数据还是可以的。利用matlab写个小程序即可。
以前在论坛里上传过这个转化程序 请问楼上你发的那个程序叫什么,我搜下,, 很简单,用PLOTBOOK功能,很容易实现,没楼上几位说的那么复杂! PTI 有一个module叫dynchanextract
here is the example:
import dynchanextract
outfile = 'test.out'
short_title, chanid, chandata = dynchanextract.get(outfile)
now you read the outfile to chandata and you can do whatever you want for the output data(chandata). 回复 1# span
我说的方法最简单,楼主为啥不学呢? 回复 8# 201314
这个方法就是很不错。很好::loveliness::
页:
[1]
