create_nexxim_state_space_component#
- NexximComponents.create_nexxim_state_space_component(model_name, num_terminal, location=None, angle=0, port_names=None, page=1)#
Create a component from a Touchstone model.
- Parameters:
- model_name
str,Path Name of the Touchstone model or full path to touchstone file. If full touchstone is provided then, new model will be created.
- num_terminal
int Number of terminals in the .sss file.
- location
listoffloat,optional Position on the X and Y axis.
- angle
float,optional Angle rotation in degrees. The default is
0.- port_names
list,optional Name of ports.
- page: int, optional
Schematic page number. The default value is
1.
- model_name
- Returns:
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponentCircuit Component Object.