dBuV for markers, removed 'db/dBm' unit from magnitude

This commit is contained in:
Jan Käberich 2022-03-28 22:07:09 +02:00
parent 1a779531ea
commit a9113af357
4 changed files with 20 additions and 4 deletions

View file

@ -188,7 +188,7 @@ QString YAxis::TypeToName(Type type)
{
switch(type) {
case Type::Disabled: return "Disabled";
case Type::Magnitude: return "Magnitude (dB/dBm)";
case Type::Magnitude: return "Magnitude";
case Type::MagnitudedBuV: return "Magnitude (dBuV)";
case Type::MagnitudeLinear: return "Magnitude (linear)";
case Type::Phase: return "Phase";