assign_lattice_pair#
- Hfss.assign_lattice_pair(assignment, reverse_v=False, phase_delay='UseScanAngle', phase_delay_param1='0deg', phase_delay_param2='0deg', name=None)#
Assign a lattice pair to a couple of faces.
- Parameters:
- assignment
list List of two faces to assign the lattice pair to.
- reverse_vbool,
optional Whether to reverse the V vector. The default is False.
- phase_delay
str,optional Phase delay approach. Options are
"UseScanAngle","UseScanUV", and"InputPhaseDelay". The default is"UseScanAngle".- phase_delay_param1
str,optional Value for the first phase delay parameter, which depends on the approach:
Phi angle if the approach is
"UseScanAngle".U value if the approach is
"UseScanUV".Phase if the approach is
"InputPhaseDelay".
The default is
0deg.- phase_delay_param2
str,optional Value for the second phase delay parameter, which depends on the approach:
Theta angle if the approach is “
UseScanAngle".V value if the approach is
"UseScanUV".
The default is
0deg.- name
str,optional Boundary name.
- assignment
- Returns:
ansys.aedt.core.modules.boundary.common.BoundaryObjectBoundary object.
References
>>> oModule.AssignLatticePair