station

fun station(name: String, x: Double, y: Double, label: String? = null)(source)

Places a station (by trace name).


fun station(station: Station, x: Double, y: Double, label: String? = null)(source)

Places a station by passing the station itself; its trace name is taken from station (8K.1).