Class GpOutputPort
Details about a general-purpose output port
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class GpOutputPort : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Freq
PWM frequency of this port (in Hz)
Declaration
public int Freq { get; set; }
Property Value
Type | Description |
---|---|
int |
Pwm
PWM value of this port (0..1)
Declaration
public float Pwm { get; set; }
Property Value
Type | Description |
---|---|
float |