Click or drag to resize

PWM Class

Encapsulates remote PWM outputs.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIOPWM

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

The PWM type exposes the following members.

Constructors
 NameDescription
Public methodPWM Create a remote PWM output.
Top
Properties
 NameDescription
Public propertydutycycle Write-only property for setting the PWM output duty cycle.
Top
See Also