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)
Syntaxpublic bool isPWMPin(
IPinObject Pin
)
Public Function isPWMPin (
Pin As IPinObject
) As Boolean
public:
bool isPWMPin(
IPinObject^ Pin
)
member isPWMPin :
Pin : IPinObject -> bool
Parameters
- Pin
- Type: IPinObject
The pin to check. Must be an FX3PinObject pin
Return Value
Type:
BooleanTrue if the pin is configured as a PWM pin, false otherwise
See Also