StandardConfiguration

A standard configuration.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Add a new standard configuration
    
standardConfiguration = project.SolutionConfigurations:AddStandardConfiguration()

Inheritance

The StandardConfiguration object is derived from the SolutionConfiguration object.

Property List

Frequency
The configuration solution frequency. (Read only Frequency)
Included
Specifies whether the solution configuration must be included or excluded. (Read/Write boolean)
Label
The object label. (Read/Write string)
Power
The configuration power settings. (Read only Power)
Type
The object type string. (Read only string)

Collection List

Currents
The collection of currents requests in the configuration. (CurrentsCollection of Currents.)
ErrorEstimations
The collection of error estimations in the configuration. (ErrorEstimationCollection of ErrorEstimation.)
FarFieldReceivingAntennas
The collection of far field receiving antennas in the configuration. (FarFieldReceivingAntennaCollection of FarFieldReceivingAntenna.)
FarFields
The collection of far field requests in the configuration. (FarFieldCollection of FarField.)
Loads
The collection of loads in the configuration. (LoadCollection of SolutionEntity.)
ModelDecompositions
The collection of model decomposition requests in the configuration. (ModelDecompositionCollection of ModelDecomposition.)
NearFieldReceivingAntennas
The collection of near field receiving antennas in the configuration. (NearFieldReceivingAntennaCollection of NearFieldReceivingAntenna.)
NearFields
The collection of near field requests in the configuration. (NearFieldCollection of NearField.)
Networks
The collection of non-radiating networks in the configuration. (NetworkCollection of SolutionEntity.)
SAR
The collection of SAR requests in the configuration. (SARCollection of SAR.)
Sources
The collection of sources in the configuration. (SourceCollection of SolutionEntity.)
SphericalModesReceivingAntennas
The collection of spherical modes receiving antennas in the configuration. (SphericalModesReceivingAntennaCollection of SphericalModesReceivingAntenna.)
TransmissionReflection
The collection of Transmission / reflection requests in the configuration. (TransmissionReflectionCollection of TransmissionReflection.)

Method List

Delete ()
Delete the solution configuration.
Duplicate ()
Duplicates the solution configuration. (Returns a SolutionConfiguration object.)
MoveDown ()
Move the solution configuration down. (Returns a boolean object.)
MoveUp ()
Move the solution configuration up. (Returns a boolean object.)

Property Details

Frequency
The configuration solution frequency.
Type
Frequency
Access
Read only
Included
Specifies whether the solution configuration must be included or excluded.
Type
boolean
Access
Read/Write
Label
The object label.
Type
string
Access
Read/Write
Power
The configuration power settings.
Type
Power
Access
Read only
Type
The object type string.
Type
string
Access
Read only

Collection Details

Currents
The collection of currents requests in the configuration.
Type
CurrentsCollection
ErrorEstimations
The collection of error estimations in the configuration.
Type
ErrorEstimationCollection
FarFieldReceivingAntennas
The collection of far field receiving antennas in the configuration.
Type
FarFieldReceivingAntennaCollection
FarFields
The collection of far field requests in the configuration.
Type
FarFieldCollection
Loads
The collection of loads in the configuration.
Type
LoadCollection
ModelDecompositions
The collection of model decomposition requests in the configuration.
Type
ModelDecompositionCollection
NearFieldReceivingAntennas
The collection of near field receiving antennas in the configuration.
Type
NearFieldReceivingAntennaCollection
NearFields
The collection of near field requests in the configuration.
Type
NearFieldCollection
Networks
The collection of non-radiating networks in the configuration.
Type
NetworkCollection
SAR
The collection of SAR requests in the configuration.
Type
SARCollection
Sources
The collection of sources in the configuration.
Type
SourceCollection
SphericalModesReceivingAntennas
The collection of spherical modes receiving antennas in the configuration.
Type
SphericalModesReceivingAntennaCollection
TransmissionReflection
The collection of Transmission / reflection requests in the configuration.
Type
TransmissionReflectionCollection

Method Details

Delete ()
Delete the solution configuration.
Duplicate ()
Duplicates the solution configuration.
Return
SolutionConfiguration
The duplicated solution configuration.
MoveDown ()
Move the solution configuration down.
Return
boolean
True if the move was successful.
MoveUp ()
Move the solution configuration up.
Return
boolean
True if the move was successful.