Gets/sets a duty cycle for a particular load driver. The valid range is 0 to 100, where 0 is off, 75 means the load is driven 75% of the time, and 100 is always on.
Gets/sets a frequency to operate a particular load driver at. The frequency will be estimated if necessary, while duty cycle is always precise. If the duty cycle is 0 or 100, this value is irrelevant. Frequency is accurate from 0.06 Cycles/second to 78 Cycles/second.
Gets/sets the exact values used to synthesize the duty cycle and frequency. In this implementation, 1 corresponds to driving the load for 128uS , 2 is 256uS, up to 65536 for 8.4 seconds. Changing the RawPulse values will reflect in the DutyCycle and Frequency properties, and vice versa.