Using a Touchstone File

Execute a multiport calculation from the command-line using a Touchstone file as input.

  1. Open a Feko terminal.
  2. Change to the directory where Example 4 is located using the following command
    cd <insert path>/example4
  3. Use the following command to execute the multiport application macro from the command-line.
    postfeko plate4prt.pfs --non-interactive --run-script="<insert path>/MultiportPostProcessing.lua" --configure-script="mppSettings=[[<insertpath>/example4/plate4prt_multiport_settings.lua]] snpFile=[[<insert path>/example4/plate4prt.s4p]] outputDirectory=[[<insert path>/example4]] prefix='cmd2_'"
    Note: To specify paths for the --configure-script variable it is recommended to use literal strings, for example, [[<insert path>]].
    The results is available in plate4prt.pfs. The following additional exported files cmd2_plate4prt_scaling_coefficients.mat and cmd2_plate4prt_scaling_coefficients.xml are available for further post-processing in the specified outputDirectory.