tier

fun tier(count: Int, namePrefix: String, transportTime: RVSpec? = null, config: NodeScope.(Int) -> Unit = {})(source)

Generate count child IHPs named ${namePrefix}1..${namePrefix}N under this node, each with a common config block (which receives the zero-based index).