I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
thanks,
lmccourry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
There is no get_vfo for any Icom rigs -- they don't support it.
Mike W9MDB
On
Wednesday
,
January
29
,
2025
at
02
:
48
:
23
PM
CST
,
Thomas
<
lmccourry
@users
.
sourceforge
.
net
wrote
:
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
Is there a place to find a list of supported IC-705 functions?
thanks
On Wednesday, January 29th, 2025 at 4:10 PM, Michael Black mdblack98@users.sourceforge.net wrote:
There is no get_vfo for any Icom rigs -- they don't support it.
Mike W9MDB
On
Wednesday
,
January
29
,
2025
at
02
:
48
:
23
PM
CST
,
Thomas
<
lmccourry
@users
.
sourceforge
.
net
wrote
:
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
rigctl -m 3085 -u will tell you what get/set calls are available.rigctl -m 3085 -L will tell you allowable values for functions and such.
Not sure what the 21915 means -- just the there is no get_vfo for Icom rigs.
There is no get_vfo for any Icom rigs -- they don't support it.
Mike W9MDB
On
Wednesday
,
January
29
,
2025
at
02
:
48
:
23
PM
CST
,
Thomas
<
lmccourry
@users
.
sourceforge
.
net
wrote
:
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
thanks,
lmccourry
There is no get_vfo for any Icom rigs -- they don't support it.
Mike W9MDB
I have many functions working with python, partly using the example on github. But there are many other functions that I can't find examples or the signature for. Is there a place to find this documentation? I'm stuck at the moment on getting the current vfo, which should be Hamlib.RIG_VFO_A (or B). I have an ic-705.
thanks,
lmccourry
python documentation
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/25919/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
rig.get_vfo() returns 21916. What is this?
Is there a place to find a list of supported IC-705 functions?
thanks
On Wednesday, January 29th, 2025 at 4:10 PM, Michael Black mdblack98@users.sourceforge.net wrote:
I found that rig.caps shows what is available.
On Wednesday, January 29th, 2025 at 4:42 PM, Thomas lmccourry@users.sourceforge.net wrote:
rigctl -m 3085 -u will tell you what get/set calls are available.rigctl -m 3085 -L will tell you allowable values for functions and such.
Not sure what the 21915 means -- just the there is no get_vfo for Icom rigs.
rig.get_vfo() returns 21916. What is this?
Is there a place to find a list of supported IC-705 functions?
thanks
On Wednesday, January 29th, 2025 at 4:10 PM, Michael Black mdblack98@users.sourceforge.net wrote:
python documentation
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/25919/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/