SARQuantity
The SAR quantity properties.
Example
app = pf.GetApplication() app:NewProject() app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/MoM_PO_Misc_Example.fek]]) SARData = app.Models[1].Configurations[1].SAR["SAR2"] -- Add the SAR data to a Cartesian graph graph = app.CartesianGraphs:Add() SARTrace1 = graph.Traces:Add(SARData) -- SetProperties the quantity SARTrace1.Quantity.Type = pf.Enums.SARQuantityTypeEnum.PeakSAR
Usage locations
The SARQuantity object can be accessed from the following locations:
Property List
- Type
- The type of quantity to be plotted, specified by the SARQuantityTypeEnum, e.g. Peak SAR, Average SAR over requested domain, etc. (Read/Write SARQuantityTypeEnum)
Property Details
- Type
- The type of quantity to be plotted, specified by the SARQuantityTypeEnum, e.g. Peak SAR, Average SAR over requested domain, etc.
- Type
- SARQuantityTypeEnum
- Access
- Read/Write