Skip to content

Release notes

Hand-authored release notes for the SIDRA Intersection COM API.

Use the version selector in the top bar to read the docs for a specific release. Links below pin to a specific version's API reference so they stay correct no matter which version you're viewing this page from.

11.0.3

Initial published release of the rewritten developer documentation. Full COM API surface (~178 interfaces) documented with per-language code samples (C#, VB.NET, Python, PowerShell) and cross-type navigation.

Added

Network convergence: the Two-Loop Convergence Method can be selected and tuned per network, with new output properties reporting convergence behaviour at network and site level.

ISIAPINetwork

  • int ConvergenceMethod: 0 = One-Loop Convergence Method (default), 1 = Two-Loop Convergence Method
  • int TwoLoops_OuterMaxIterations
  • float TwoLoops_StoppingPercent
  • bool TwoLoops_ApplyMinStoppingPercent
  • int TwoLoops_InnerMaxIterations
  • float TwoLoops_InnerStoppingPercent

ISIAPIOutputNetwork

  • int TwoLoops_TotalInnerIterations
  • bool Is_settled
  • bool Is_minPSC_regenerated
  • float MinPSC
  • int MinPSC_iteration

ISIAPIOutputNetworkVehicle

  • float DiffDelayControlAveragePct
  • float DiffDelayControlAveragePctPrev
  • float DiffDelayControlAveragePctPrev2
  • float DiffSpeedEfficiencyPct
  • float DiffSpeedEfficiencyPctPrev
  • float DiffSpeedEfficiencyPctPrev2

ISIAPIOutputSiteVehicle

  • float MaxDxPct
  • float MaxDxPctPrev
  • float MaxDxPctPrev2
  • float DiffDelayControlAveragePct
  • float DiffDelayControlAveragePctPrev
  • float DiffDelayControlAveragePctPrev2
  • float DiffSpeedEfficiencyPct
  • float DiffSpeedEfficiencyPctPrev
  • float DiffSpeedEfficiencyPctPrev2

Full API reference for 11.0.3