set_phase_center_per_port#

Hfss.set_phase_center_per_port(coordinate_system: list = None) bool[source]#

Set phase center per port.

Parameters:
coordinate_systemlist

List of the coordinate system per port. The default is None, in which case the default port location is assigned.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.SetPhaseCenterPerPort

Examples

Set phase center of an antenna with two ports.

>>> hfss.set_phase_center_per_port(["Global", "Global"])