int PwmBasePeriod
This property configures the main PWM clock to have a cycle period of the given number of counts. This defines the base frequency that will be used for the PWM channels. The base frequency is not individually selectable for each channel, so this property affects both PWM outputs. Each complete PWM waveform will have a duration of (BasePeriod + 1) PWM clock cycles. The PWM clock counts at a rate of 2 MHZ. This means, for example, that specifying a period of 99 would result in a frequency of 20 KHZ (2,000,000/(99+1)). The base period is specified as a 16-bit number that may range from a value of 49 (40 KHZ) to a value of 65,535 (30.5 HZ).
This property is an integer. It specifies the number of PWM clock counts that make up the base period of the PWM channels. This may range from 49 - 65535.