kopia lustrzana https://github.com/Hamlib/Hamlib
be more explicit about parameter description
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1041 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
bc3482d2b4
commit
5a79f49427
|
@ -2,7 +2,7 @@
|
||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH RIGCTL "1" "December 26, 2001" "Hamlib"
|
.TH RIGCTL "1" "April 17, 2002" "Hamlib"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -99,46 +99,47 @@ the operation will fail with a standard error message.
|
||||||
A summary of commands is included below.
|
A summary of commands is included below.
|
||||||
.TP
|
.TP
|
||||||
.B F, set_freq
|
.B F, set_freq
|
||||||
Set frequency.
|
Set frequency, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B f, get_freq
|
.B f, get_freq
|
||||||
Get frequency.
|
Get frequency, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B M, set_mode
|
.B M, set_mode
|
||||||
Set mode/passband.
|
Set mode/passband: AM, FM, CW, USB, LSB, RTTY, WFM.
|
||||||
|
The passband is the exact passband in Hz, or 0 for the default.
|
||||||
.TP
|
.TP
|
||||||
.B m, get_mode
|
.B m, get_mode
|
||||||
Get mode/passband.
|
Get mode/passband.
|
||||||
.TP
|
.TP
|
||||||
.B V, set_vfo
|
.B V, set_vfo
|
||||||
Set VFO.
|
Set VFO: VFOA, VFOB, VFOC, VFO, MEM, Main, Sub, etc.
|
||||||
.TP
|
.TP
|
||||||
.B v, get_vfo
|
.B v, get_vfo
|
||||||
Get VFO.
|
Get current VFO.
|
||||||
.TP
|
.TP
|
||||||
.B T, set_ptt
|
.B T, set_ptt
|
||||||
Set PTT.
|
Set PTT, 0 or 1.
|
||||||
.TP
|
.TP
|
||||||
.B t, get_ptt
|
.B t, get_ptt
|
||||||
Get PTT.
|
Get PTT status.
|
||||||
.TP
|
.TP
|
||||||
.B R, set_rptr_shift
|
.B R, set_rptr_shift
|
||||||
Set repeater shift.
|
Set repeater shift: "+", "-" or something else for none.
|
||||||
.TP
|
.TP
|
||||||
.B r, get_rptr_shift
|
.B r, get_rptr_shift
|
||||||
Get repeater shift.
|
Get repeater shift.
|
||||||
.TP
|
.TP
|
||||||
.B O, set_rptr_offs
|
.B O, set_rptr_offs
|
||||||
Set repeater offset.
|
Set repeater offset, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B o, get_rptr_offs
|
.B o, get_rptr_offs
|
||||||
Get repeater offset.
|
Get repeater offset.
|
||||||
.TP
|
.TP
|
||||||
.B C, set_ctcss_tone
|
.B C, set_ctcss_tone
|
||||||
Set CTCSS tone.
|
Set CTCSS tone, in tenth of Hz.
|
||||||
.TP
|
.TP
|
||||||
.B c, get_ctcss_tone
|
.B c, get_ctcss_tone
|
||||||
Get CTCSS tone.
|
Get CTCSS tone, in tenth of Hz.
|
||||||
.TP
|
.TP
|
||||||
.B D, set_dcs_code
|
.B D, set_dcs_code
|
||||||
Set DCS code.
|
Set DCS code.
|
||||||
|
@ -147,35 +148,48 @@ Set DCS code.
|
||||||
Get DCS code.
|
Get DCS code.
|
||||||
.TP
|
.TP
|
||||||
.B I, set_split_freq
|
.B I, set_split_freq
|
||||||
Set TX frequency.
|
Set TX frequency, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B i, get_split_freq
|
.B i, get_split_freq
|
||||||
Get TX frequency.
|
Get TX frequency.
|
||||||
.TP
|
.TP
|
||||||
.B S, set_split
|
.B S, set_split
|
||||||
Set split mode.
|
Set split mode, 0 or 1.
|
||||||
.TP
|
.TP
|
||||||
.B s, get_split
|
.B s, get_split
|
||||||
Get split mode.
|
Get split mode.
|
||||||
.TP
|
.TP
|
||||||
.B N, set_ts
|
.B N, set_ts
|
||||||
Set tuning step.
|
Set tuning step, in Hz.
|
||||||
.TP
|
.TP
|
||||||
.B n, get_ts
|
.B n, get_ts
|
||||||
Get tuning step.
|
Get tuning step.
|
||||||
.TP
|
.TP
|
||||||
.B L, set_level
|
.B L, set_level
|
||||||
Set level/value.
|
Set level/value:
|
||||||
|
PREAMP, ATT, VOX, AF, RF, SQL, IF, APF, NR, PBT_IN,
|
||||||
|
PBT_OUT, CWPITCH, RFPOWER, MICGAIN, KEYSPD, NOTCHF, COMP,
|
||||||
|
AGC, BKINDL, BAL, METER, VOXGAIN, ANTIVOX.
|
||||||
.TP
|
.TP
|
||||||
.B l, get_level
|
.B l, get_level
|
||||||
Get level value.
|
Get level value: also
|
||||||
|
SWR, ALC, SQLSTAT, STRENGTH.
|
||||||
.TP
|
.TP
|
||||||
.B U, set_func
|
.B U, set_func
|
||||||
Set func/status.
|
Set func/status:
|
||||||
|
FAGC, NB, COMP, VOX, TONE, TSQL, SBKIN, FBKIN, ANF, NR, AIP, MON, MN,
|
||||||
|
RNF, ARO, LOCK, MUTE, VSC, REV, SQL, BC, MBC, LMP, AFC, SATMODE, SCOPE, RESUME.
|
||||||
.TP
|
.TP
|
||||||
.B u, get_func
|
.B u, get_func
|
||||||
Get func status.
|
Get func status.
|
||||||
.TP
|
.TP
|
||||||
|
.B P, set_parm
|
||||||
|
Set parm/value:
|
||||||
|
ANN, APO, BACKLIGHT, BEEP, TIME, BAT.
|
||||||
|
.TP
|
||||||
|
.B p, get_parm
|
||||||
|
Get parm value.
|
||||||
|
.TP
|
||||||
.B B, set_bank
|
.B B, set_bank
|
||||||
Set bank.
|
Set bank.
|
||||||
.TP
|
.TP
|
||||||
|
@ -186,15 +200,16 @@ Set memory channel number.
|
||||||
Get memory channel number.
|
Get memory channel number.
|
||||||
.TP
|
.TP
|
||||||
.B G, vfo_op
|
.B G, vfo_op
|
||||||
Perform VFO operation.
|
Perform VFO operation:
|
||||||
|
CPY, XCHG, FROM_VFO, TO_VFO, MCL, UP, DOWN, BAND_UP, BAND_DOWN, LEFT, RIGHT.
|
||||||
.TP
|
.TP
|
||||||
.B g, scan_op
|
.B g, scan_op
|
||||||
Perform scan operation/channel.
|
Perform scan operation/channel: STOP, MEM, SLCT, PRIO, DELTA.
|
||||||
.TP
|
.TP
|
||||||
.B E, set_channel
|
.B H, set_channel
|
||||||
Set memory channel data. does not work yet.
|
Set memory channel data. Not implemented yet.
|
||||||
.TP
|
.TP
|
||||||
.B e, get_channel
|
.B h, get_channel
|
||||||
Get memory channel data.
|
Get memory channel data.
|
||||||
.TP
|
.TP
|
||||||
.B A, set_trn
|
.B A, set_trn
|
||||||
|
@ -204,7 +219,7 @@ Set transceive mode (reporting event).
|
||||||
Get transceive mode (reporting event).
|
Get transceive mode (reporting event).
|
||||||
.TP
|
.TP
|
||||||
.B _, get_info
|
.B _, get_info
|
||||||
Get misc information on the rig.
|
Get misc information about the rig.
|
||||||
|
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
rigctl exits with:
|
rigctl exits with:
|
||||||
|
@ -222,7 +237,7 @@ Report bugs to <hamlib-developer@users.sourceforge.net>.
|
||||||
.br
|
.br
|
||||||
I'm already aware of the bug in the previous section :-)
|
I'm already aware of the bug in the previous section :-)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2000,2001 Stephane Fillod & Frank Singleton.
|
Copyright \(co 2000-2002 Stephane Fillod & Frank Singleton.
|
||||||
.br
|
.br
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
There is NO warranty; not even for MERCHANTABILITY
|
There is NO warranty; not even for MERCHANTABILITY
|
||||||
|
|
Ładowanie…
Reference in New Issue