-
Notifications
You must be signed in to change notification settings - Fork 66
/
nec2++.1
46 lines (41 loc) · 1.09 KB
/
nec2++.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH nec2++ 1 "May 3, 2015" "NEC2++"
.SH NAME
nec2++ \- NEC2 (Numerical Electromagnetics Code) is software for modelling
antennas using the Method of Moments.
.SH SYNOPSIS
.B nec2++
.br
.SH DESCRIPTION
.B nec2++
performs antennas modelling using the Method of Moments.
.SH OPTIONS
.B
.IP -i<input-file-name>
Set the input file-name instead of standard input
.B
.IP -o<output-file-name>]
Set the output file-name instead of standard output
.B
.IP -g
Print maximum gain to stdout.
.B
.IP -b
Perform NEC++ Benchmark.
.B
.IP -s
Print results to standard output.
.B
.IP -c
Print results in comma-separated-value (CSV) format, this options is used in conjunction with (-s) above.
.B
.IP -h
Print this usage information and exit.
.B
.IP -v
Print nec2++ version number and exit.
.SH AUTHOR
The C++ port started and completed by Tim Molteno <[email protected]>
The Ruby and Python C-style API work is done by Tim Molteno<[email protected]>
The Python C++ api is done by Remi Sassolas<[email protected]>
This work could not have been done without the tremendous effort put into the C
port by Neoklis Kyriazis.