set_differential_pair#

Hfss3dLayout.set_differential_pair(assignment, reference, common_mode=None, differential_mode=None, common_reference=25, differential_reference=100, active=True, matched=False)[source]#

Add a differential pair definition.

Parameters:
assignmentstr

Name of the terminal to use as the positive terminal.

referencestr

Name of the terminal to use as the negative terminal.

common_modestr, optional

Name for the common mode. The default is None, in which case a unique name is assigned.

differential_modestr, optional

Name for the differential mode. The default is None, in which case a unique name is assigned.

common_referencefloat, optional

Reference impedance for the common mode in ohms. The default is 25.

differential_referencefloat, optional

Reference impedance for the differential mode in ohms. The default is 100.

activebool, optional

Whether to set the differential pair as active. The default is True.

matchedbool, optional

Whether to set the differential pair as active. The default is False.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.SetDiffPairs