Skip to content

impedance_table(...)

Jip Claassens edited this page Nov 12, 2024 · 1 revision

If you need a table with the impedance to the nearest destination from each origin.

Example:

attribute<float32> DistanceToNearestDest (NodeSet) := 
	impedance_table('bidirectional;startPoint(Node_rel)'
		, Network/Impedance
		, Network/F1
		, Network/F2
		///
		, NodeSet/OrgNode_rel
	);

Other options can be added to this basic setup, such as limit or cut.

Clone this wiki locally