CharacteristicModesConfiguration

A characteristic modes configuration.

Example

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

    -- Add new characteristic modes configuration
    
characteristicModesConfiguration = project.SolutionConfigurations:AddCharacteristicModes(6)

Inheritance

The CharacteristicModesConfiguration object is derived from the SolutionConfiguration object.

Property List

CharacteristicModes
The characteristic modes request. (Read only CharacteristicModes)
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)
Type
The object type string. (Read only string)

Collection List

Currents
The collection of currents requests in the configuration. (CurrentsCollection of Currents.)
FarFields
The collection of far field requests in the configuration. (FarFieldCollection of FarField.)
Loads
The collection of loads in the configuration. (LoadCollection of SolutionEntity.)
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.)
Sources
The collection of sources in the configuration. (SourceCollection of SolutionEntity.)

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

CharacteristicModes
The characteristic modes request.
Type
CharacteristicModes
Access
Read only
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
Type
The object type string.
Type
string
Access
Read only

Collection Details

Currents
The collection of currents requests in the configuration.
Type
CurrentsCollection
FarFields
The collection of far field requests in the configuration.
Type
FarFieldCollection
Loads
The collection of loads in the configuration.
Type
LoadCollection
NearFields
The collection of near field requests in the configuration.
Type
NearFieldCollection
Networks
The collection of non-radiating networks in the configuration.
Type
NetworkCollection
Sources
The collection of sources in the configuration.
Type
SourceCollection

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.