GetNetworkDataSolutionDefinition
|
Returns port names for a previously run SYZ simulation. |
|
| UI Command: | None. |
| Syntax: | obj.GetNetworkDataSolutionDefinition(<solnName>) |
| Parameters: |
BSTR solnName (name of a previously run SYZ simulation) |
| Return Value: |
ARRAY of BSTR port names |
| VB Example: |
obj.GetNetworkDataSolutionDefinition("SYZ Sim 1") |
| IPY Example: |
oDoc.GetNetworkDataSolutionDefinition('SYZ Sim 1') |