Modifying the Quantities of a Far Field Result Trace
Change the far field trace axis to dB.
myFarFieldTrace.Quantity.ValuesScaledToDB = true
- Search for the FarFieldQuantity object in the Help1.
-
In the Help under
, search for a property applicable to changing the trace values to
dB:
- ValuesScaledToDB
-
In the Help, under
, note the following:
FarFieldTrace object has property Quantity.
The result is then:Quantity.ValuesScaledToDB = true
-
Since we already has a
handle
on the far field trace, the result is:myFarFieldTrace.Quantity.ValuesScaledToDB = true