Click or drag to resize

Output Class

Encapsulates Linux servo outputs using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.ServoOutput

Namespace: IO.Objects.SimpleIO.Servo
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Output : Output

The Output type exposes the following members.

Constructors
 NameDescription
Public methodOutput Constructor for a single servo output.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the servo output.
Public propertyposition Write-only property for setting the servo position. Allowed values are -1.0 to +1.0.
Top
See Also