overrideDutyCycle property

  1. @TagNumber(12)
bool get overrideDutyCycle

If true, duty cycle limits will be exceeded and thus you're possibly not following the local regulations if you're not a HAM. Has no effect if the duty cycle of the used region is 100%.

Implementation

@$pb.TagNumber(12)
$core.bool get overrideDutyCycle => $_getBF(11);
  1. @TagNumber(12)
set overrideDutyCycle (bool value)

Implementation

@$pb.TagNumber(12)
set overrideDutyCycle($core.bool value) => $_setBool(11, value);