initialWeight

@set:KSLControl(controlType = ControlType.DOUBLE, lowerBound = 0.0)
var initialWeight: Double(source)

The initial weight per unit, applied to weight at the start of each replication so replications begin under identical settings. A control. Weight must be strictly positive: the control-set path stores a clamped (>= 0) value without throwing, and a value of 0 is rejected when the initial value is applied at replication start. Cannot be changed during a replication (initial values are replication initial conditions); the live weight remains internally managed.