Click or drag to resize

WrapperStartPWM Method

Start a PWM signal output

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void StartPWM(
	double Freq,
	double DutyCycle,
	int DIONumber
)

Parameters

Freq
Type: SystemDouble
Signal freq
DutyCycle
Type: SystemDouble
Signal duty cycle
DIONumber
Type: SystemInt32
DIO pin number (1-4)
See Also