Случайно попала часть изменения в CAT интерфейс для Своего синтезатора частот.

v2.8.0.131
Alex Paraskeva 2019-09-02 23:06:18 +03:00
parent ed5a667a8c
commit d5f88bd20a
1 changed files with 5 additions and 5 deletions

View File

@ -199,7 +199,7 @@ namespace PowerSDR
// return StrVFOFreq("A");
// else
// return parser.Error1;
return ZZ01(s);
return ZZFA(s);
}
// Sets or reads the frequency of VFO B
@ -357,7 +357,7 @@ namespace PowerSDR
// if(temp == parser.Error1)
// temp = " ";
string f = ZZ01("");
string f = ZZFA("");
if(f.Length > 11)
{
f = f.Substring(f.Length-11,11);
@ -2050,7 +2050,7 @@ namespace PowerSDR
status += ZZCU() + sep;
parser.nAns = 11;
status += ZZ01("") + sep;
status += ZZFA("") + sep;
status += ZZFB("");
parser.nAns = old;
return status;
@ -2259,7 +2259,7 @@ namespace PowerSDR
//Sets or reads VFO A frequency
public string ZZ01(string s)
public string ZZFA(string s)
{
if(s.Length == parser.nSet)
{
@ -2935,7 +2935,7 @@ namespace PowerSDR
if(retval)
split = "1";
string f = ZZ01("");
string f = ZZFA("");
if(f.Length > 11)
{
f = f.Substring(f.Length-11,11);