create_nexxim_state_space_component#

NexximComponents.create_nexxim_state_space_component(model_name, num_terminal, location=None, angle=0)#

Create a component from a Touchstone model.

Parameters:
model_namestr, Path

Name of the Touchstone model or full path to touchstone file. If full touchstone is provided then, new model will be created.

num_terminalint

Number of terminals in the .sss file.

locationlist of float, optional

Position on the X and Y axis.

anglefloat, optional

Angle rotation in degrees. The default is 0.

.
Returns:
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponent

Circuit Component Object.