- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
HFSS15: GetVariableValues()
录入:edatop.com 点击:
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 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:Guidelines for Seeding the Mesh
下一篇:Guidelines for Using the Iterative Solver