Adjust Floquet port options
It should be possible to adjust the number of Floquet modes, as well as the incidence angle, the polarization reference and the deembedding.
Example of the VBA code for doing so:
With FloquetPort
.Reset
.SetDialogTheta "0"
.SetDialogPhi "0"
.SetPolarizationIndependentOfScanAnglePhi "0.0", "False"
.SetSortCode "+beta/pw"
.SetCustomizedListFlag "False"
.Port "Zmin"
.SetNumberOfModesConsidered "2"
.SetDistanceToReferencePlane "0.0"
.SetUseCircularPolarization "False"
.Port "Zmax"
.SetNumberOfModesConsidered "18"
.SetDistanceToReferencePlane "0.0"
.SetUseCircularPolarization "False"
End With
It should be taken into account that the project may present a single Floquet port, since the other end of the structure might be excited by a waveguide port.