Click or drag to resize

FX3ConnectionisPWMPin Method

This function checks to see if the selected pin has already been configured to act as a PWM output pin.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool isPWMPin(
	IPinObject Pin
)

Parameters

Pin
Type: IPinObject
The pin to check. Must be an FX3PinObject pin

Return Value

Type: Boolean
True if the pin is configured as a PWM pin, false otherwise
See Also