Add a note that wrs2p currently is limited to two ports only.
This commit is contained in:
parent
129893b399
commit
764a651b73
|
|
@ -631,6 +631,8 @@ com_write_sparam(wordlist *wl)
|
|||
else
|
||||
file = "s_param.s2p";
|
||||
|
||||
fprintf(stderr, "Note: only 2 ports 1 and 2 are supported by wrs2p\n");
|
||||
|
||||
/* generate wordlist with all vectors required*/
|
||||
sbuf[0] = "frequency";
|
||||
sbuf[1] = "S_1_1";
|
||||
|
|
|
|||
Loading…
Reference in New Issue