Don't check for tperiod, which is not used when the

distributed pulse is applied.
This commit is contained in:
Holger Vogt 2026-05-26 16:02:36 +02:00
parent 037b6578f8
commit e53325583b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ void cm_seegen(ARGS) /* structure holding parms,
cm_cexit(1);
}
if (5 * (trise + tfall) > tperiod) {
if (!have_scaled && 5 * (trise + tfall) > tperiod) {
cm_message_send("\nError: tperiod should be at least 5 times the sum of trise and tfall\n");
cm_cexit(1);
}