Click or drag to resize

FX3ConnectionGetPinPWMInfo Method

Allows the user to retrieve a set of information about the current pin PWM configuration.

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

Parameters

Pin
Type: IPinObject
The pin to pull from the PinPWMInfo List

Return Value

Type: PinPWMInfo
The PinPWMInfo corresponding to the selected pin. If the pin is not found all fields will be -1
See Also