OutputNetwork¶
Type ISIAPIOutputNetwork · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID ADA253F7-3B57-4801-AB60-D8B4474D7662
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Network | ISIAPINetwork |
|
| GeneratedTime | DateTime |
|
| IterationsCount | int |
The number of iterations that have been run to get this network output result |
| OutputNetworkVehicle | ISIAPIOutputNetworkVehicle |
|
| OutputNetworkPedestrian | ISIAPIOutputNetworkPedestrian |
|
| OutputNetworkPerson | ISIAPIOutputNetworkPerson |
|
| GeneratedByVersion | string |
|
| NetworkCycleTime | float |
|
| NetworkSummaryType | int |
Network Summary Type, the summary type of this SIAPIOutputNetwork. |
| Route | ISIAPIRoute |
|
| Analysis_method_flag | int |
|
| Analysis_method | int |
|
| Analysis_status | int |
|
| Selected_future_year | int |
|
| Largest_movement_flow_scale | float |
|
| Selected_parameter_scale | float |
|
| Single_ccg | int |
|
| Cycle_time_option | int |
|
| OutputNetworkGraphTuples | ISIAPIOutputNetworkGraphTuples |
|
| OutputRouteMovementBasedVehicle | ISIAPIOutputRouteMovementBasedVehicle |
|
| OutputRouteMovementBasedPerson | ISIAPIOutputRouteMovementBasedPerson |
|
| TwoLoops_TotalInnerIterations | int |
The total number of Inner Loop Iterations that have been performed when the Network is processed using the Two-Loop Convergence Method. |
| Is_settled | bool |
Flag indicating if the Iterations settle. |
| Is_minPSC_regenerated | bool |
Flag indicating if the result of the Outer Loop Iteration with the Minimum Percentage Stopping Condition is regenerated when the Two-Loop Convergence Method is applied. |
| MinPSC | float |
Minimum Percentage Stopping Condition found in the Two-Loop Convergence Method when the iterations do not settle. When the Two-Loop Convergence Method iterations settle or the One-Loop Convergence Method is applied, this returns a meaningless value, 0. |
| MinPSC_iteration | int |
The Iteration Number of the Outer Loop Iteration with the Minimum Percentage Stopping Condition when the Two-Loop Convergence Method iterations settle. When the Two-Loop Convergence Method iterations settle or the One-Loop Convergence Method is applied, this returns a meaningless value, 0. |
Properties¶
Network¶
Type ISIAPINetwork
Code samples
GeneratedTime¶
Type DateTime
Code samples
IterationsCount¶
The number of iterations that have been run to get this network output result
Type int
Code samples
OutputNetworkVehicle¶
Type ISIAPIOutputNetworkVehicle
Code samples
OutputNetworkPedestrian¶
Type ISIAPIOutputNetworkPedestrian
Code samples
OutputNetworkPerson¶
Type ISIAPIOutputNetworkPerson
Code samples
GeneratedByVersion¶
Type string
Code samples
NetworkCycleTime¶
Type float
Code samples
NetworkSummaryType¶
Network Summary Type, the summary type of this SIAPIOutputNetwork.
Type int
Value
One of:
1- Whole Network2- Summary for selected Routes3- Summary for a particular Route
Code samples
Route¶
Type ISIAPIRoute
Code samples
Analysis_method_flag¶
Type int
Code samples
Analysis_method¶
Type int
Code samples
Analysis_status¶
Type int
Code samples
Selected_future_year¶
Type int
Code samples
Largest_movement_flow_scale¶
Type float
Code samples
Selected_parameter_scale¶
Type float
Code samples
Single_ccg¶
Type int
Code samples
Cycle_time_option¶
Type int
Code samples
OutputNetworkGraphTuples¶
Type ISIAPIOutputNetworkGraphTuples
Code samples
OutputRouteMovementBasedVehicle¶
Type ISIAPIOutputRouteMovementBasedVehicle
Code samples
OutputRouteMovementBasedPerson¶
Type ISIAPIOutputRouteMovementBasedPerson
Code samples
TwoLoops_TotalInnerIterations¶
The total number of Inner Loop Iterations that have been performed when the Network is processed using the Two-Loop Convergence Method.
Type int
Code samples
Is_settled¶
Flag indicating if the Iterations settle.
Type bool
Code samples
Is_minPSC_regenerated¶
Flag indicating if the result of the Outer Loop Iteration with the Minimum Percentage Stopping Condition is regenerated when the Two-Loop Convergence Method is applied.
Type bool
Code samples
MinPSC¶
Minimum Percentage Stopping Condition found in the Two-Loop Convergence Method when the iterations do not settle.
When the Two-Loop Convergence Method iterations settle or the One-Loop Convergence Method is applied, this returns a meaningless value, 0.
Type float
Code samples
MinPSC_iteration¶
The Iteration Number of the Outer Loop Iteration with the Minimum Percentage Stopping Condition when the Two-Loop Convergence Method iterations settle.
When the Two-Loop Convergence Method iterations settle or the One-Loop Convergence Method is applied, this returns a meaningless value, 0.
Type int