Spice simulator: change gain units to dBV
(cherry-picked from commit 85ef0584
)
This commit is contained in:
parent
e7a9643b37
commit
4fcd80eda1
eeschema/sim
|
@ -217,7 +217,7 @@ public:
|
|||
|
||||
void formatLabels() override
|
||||
{
|
||||
formatSILabels( this, wxT( "dB" ), 3 );
|
||||
formatSILabels( this, wxT( "dBV" ), 3 );
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue