SetPower
class SetPower @JvmOverloads constructor(val controllable: Controllable, val power: Double, val subsystems: Set<Subsystem> = setOf()) : Command
Sets a controllable to a specific power without any internal feedback
Parameters
controllable
the Controllable to control
power
the power to set the Controllable to
subsystems
the Subsystems this command interacts with (should be whatever subsystem holds this command)
Constructors
Link copied to clipboard