Click or drag to resize

Output Class

Encapsulates Linux PWM outputs using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.PWMOutput

Namespace: IO.Objects.SimpleIO.PWM
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 PWM output.
Top
Properties
 NameDescription
Public propertydutycycle Write-only property for setting the PWM output duty cycle. Allowed values are 0.0 to 100.0 percent.
Public propertyfd Read-only property returning the Linux file descriptor for the PWM output.
Top
See Also