period property

  1. @ImcField('Period', 'period', ImcType.typeUint32, units: 'µs')
int period

The total period of the PWM signal (sum of active and inactive time of the PWM).

Implementation

@ImcField('Period', 'period', ImcType.typeUint32, units: 'µs')
int get period;