淘宝官方店 推荐课程 在线工具 联系方式 关于我们 | |
微波射频仿真设计 Ansoft Designer 中文培训教程 | HFSS视频培训教程套装 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Generating Reports and Postprocessing > SetComplexQuantityData(qtyName, qtyData) Purpose: If the quantity computed is a complex quantity, use this method to set the quantity values. Any sweep values must be set separately via the SetSweepsData method. Parameters: qtyName (string) - quantity name. qtyData (python list of floats) - quantity data for the specified quantity. Complex numbers are passed as pairs of floats Returns: True on success, False on failure. Example:
doubleFromComlexList=[] comlexList = [(1+1j), (2+4j), (9.1+3.2j)] for aComplex in comlexList: doubleFromComlexList.append(aComplex.imag) doubleFromComlexList.append(aComplex.real) outData. SetComplexQuantityData ("V1PlusV2", doubleFromComlexList) HFSS视频教程 ADS视频教程 CST视频教程 Ansoft Designer 中文教程 |
Copyright © 2006 - 2013 微波EDA网, All Rights Reserved 业务联系:mweda@163.com |