Browse Source

Add a note that wrs2p currently is limited to two ports only.

pre-master-46
Holger Vogt 4 years ago
parent
commit
764a651b73
  1. 2
      src/frontend/postcoms.c

2
src/frontend/postcoms.c

@ -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…
Cancel
Save