impedance_table(…)

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.