微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > Macro VBA CST error-need help!

Macro VBA CST error-need help!

时间:03-30 整理:3721RD 点击:
Hi every body i write a code of macro and i want to export the 1d results to .bmp and ASCII but
1.with .bmp files it export a file.bmp I want to export a S(2)(1) but no images inside
2.with ASCII it error :"no plot data available to export"
Can you help me.tks a lot
This is my code

With Result1D("a2(1)1(1)")
StoreViewInBmpFile ("E:\CSt\macro\rec_a50_b" & CStr(b) & ".bmp")
End With

With ASCIIExport
.Reset
.FileName ("E:\CSt\macro\rec_a50_b" & CStr(b) & ".txt")
.Mode ("Fixedwidth")
.Execute

End With

ive got similar program did u solve it?

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top