compute_com#
- SpiSim.compute_com(standard, config_file=None, port_order='EvenOdd', fext_s4p='', next_s4p='', out_folder='')#
Compute Channel Operating Margin. Only COM ver3.4 is supported.
Warning
Do not execute this function with untrusted function argument, environment variables or pyaedt global settings. See the security guide for details.
- Parameters:
- standard
int
Name of the standard to apply. Supported stdnards are as below. COM_CUSTOM = 0 COM_50GAUI_1_C2C = 1 COM_100GAUI_2_C2C = 2 COM_200GAUI_4 = 3 COM_400GAUI_8 = 4 COM_100GBASE_KR4 = 5 COM_100GBASE_KP4 = 6
- config_file
str
,Path
,optional
Config file to use.
- port_order
str
,optional
Whether to use “
EvenOdd
” or “Incremental
” numbering for S4P files. The default isEvenOdd
. The default isNone
. This parameter is ignored if there are more than four ports.- fext_s4p
str
,list
,optional
Fext touchstone file to use.
- next_s4p
str
,list
,optional
Next touchstone file to use.
- out_folder
str
,optional
Output folder where to save report.
- standard
- Returns: