To check the Period and HiPeriod range for the pulse width modulation. This property is added because during the pulse width modulation, the clock source is selected according to the internal Period and HiPeriod. Furthermore, on PCI-1760 and PCI-1780, there are different restrictions for HiPeriod. The Period and the HiPeriod cannot be specified simply according to a possible clock source.
Structure PWMValidRange
PWMValidRange
{
FP32 MinPeriod,
FP32 MaxPeriod
FP32 MinHighPeriod
FP32 MaxHighPeriod
}
4*sizeof (float)
Get only
1. Acquires valid Period and HiPeriod range.
2. Data order:
[min_period][max_period][min_HiPeriod][max_HiPeriod]