Click or drag to resize

DevicePWM_Create Method

Create a remote PWM output.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Output PWM_Create(
	int num,
	int freq,
	double duty = 0
)

Parameters

num  Int32
PWM output number: 0 to 127.
freq  Int32
PWM pulse frequency in Hz.
duty  Double  (Optional)
Initial PWM output duty cycle.

Return Value

Output
PWM output object.
See Also