Menu

#75 print command wider fields

open
nobody
None
5
2020-03-31
2020-03-31
No

Hi!
There is limit of 16 symbols in mode name when printing value:

command: print 20log10(mag(out))
out: 20
log10(mag(

Formulas are frequently used during Frequency and Phase response

I've fixed it for me , but it's temporary:

src/frontend/postcoms.c lines 281 / 288 :

(void) sprintf(buf2, "%-16.15s", v->v_name); -> change 16.15 to 16.31

Thanks, Bohdan.

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.