Constructor for a single motor output.
Namespace: IO.Objects.Motor.ServoAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Output(
Output servo,
double velocity = 0
)
Parameters
- servo Output
- Servo output instance.
- velocity Double (Optional)
- Initial motor velocity.
See Also