Don't check for tperiod, which is not used when the
distributed pulse is applied.
This commit is contained in:
parent
037b6578f8
commit
e53325583b
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue