GeneralNetworkCouplingParametersIndexer
An index into a general network's coupling parameter matrix.
Example
app = cf.GetApplication() project = app:NewProject() generalNetwork = project.SolutionConfigurations[1].Networks:AddGeneralNetwork( cf.Enums.GeneralNetworkDataTypeEnum.SMatrix, 2, {{1, 2}, {3, 4}}, {{1.5, 2.5}, {3.5, 4.5}}) -- Retrieve a coupling parameters indexer couplingParametersIndexer = generalNetwork.CouplingParameters[1] -- Modify a coupling parameter couplingParametersIndexer[1].Im = 0
Property List
Index List
- [number]
- Access the coupling parameter at the specified indices in the coupling parameter matrix. (Read GeneralNetworkCouplingParameter)
- [number]
- Access the coupling parameter at the specified indices in the coupling parameter matrix. (Write Complex)
Property Details
- Type
- The object type string.
- Type
- string
- Access
- Read only