![]() ![]() ![]() ![]() ![]() |
|
微波射频仿真设计 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Generating Reports and Postprocessing > GetVariableValues() Purpose: This allows the UDO to obtain the names and values of all the design variables for which the UDO quantities are being requested. Returns: .NET IDictionary<string,string> of key-value pairs for variables. Both key and value are strings. Example: # theDict is C# Dictionary<string, string> theDict = inData.GetVariableValues() if theDict != None: #varPair is of .Net KeyValuePair type for varPair in theDict: varName = varPair.Key #string varValue = varPair.Value #string HFSS视频教程 ADS视频教程 CST视频教程 Ansoft Designer 中文教程 |
Copyright © 2006 - 2013 微波EDA网, All Rights Reserved 业务联系:mweda@163.com |