Modifying the Quantities of a Far Field Result Trace

Change the far field trace axis to dB.

myFarFieldTrace.Quantity.ValuesScaledToDB = true


Figure 1. The quantity panel in the result palette.
  1. Search for the FarFieldQuantity object in the Help1.
  2. In the Help under FarFieldQuantity > Property List, search for a property applicable to changing the trace values to dB:
    • ValuesScaledToDB
  3. In the Help, under FarFieldQuantity > Usage locations, note the following:
    FarFieldTrace object has property Quantity.
    The result is then:
    Quantity.ValuesScaledToDB = true
  4. Since we already has a handle on the far field trace, the result is:
    myFarFieldTrace.Quantity.ValuesScaledToDB = true
1 The API is available in the Feko Scripting and API Reference Guide (PDF) or Feko WebHelp.