add SR_UNIT_DECIBEL_VOLT (dBu)
This commit is contained in:
parent
d713e56181
commit
6b86923463
12
libsigrok.h
12
libsigrok.h
|
@ -167,14 +167,16 @@ enum {
|
||||||
SR_UNIT_PERCENTAGE,
|
SR_UNIT_PERCENTAGE,
|
||||||
SR_UNIT_BOOLEAN,
|
SR_UNIT_BOOLEAN,
|
||||||
SR_UNIT_SECOND,
|
SR_UNIT_SECOND,
|
||||||
/** Unit of conductance, the inverse of resistance */
|
/** Unit of conductance, the inverse of resistance. */
|
||||||
SR_UNIT_SIEMENS,
|
SR_UNIT_SIEMENS,
|
||||||
/** An absolute measurement of power, in decibels, referenced to
|
/** An absolute measurement of power, in decibels, referenced to
|
||||||
* 1 milliwatt */
|
* 1 milliwatt (dBu). */
|
||||||
SR_UNIT_DECIBEL_MW,
|
SR_UNIT_DECIBEL_MW,
|
||||||
/** Measurements that intrinsically, do not have units attached, such
|
/** Voltage in decibel, referenced to 1 volt (dBV). */
|
||||||
* as ratios, gains, etc
|
SR_UNIT_DECIBEL_VOLT,
|
||||||
* Specifically, a transistor's gain (hFE) is a unitless quantity*/
|
/** Measurements that intrinsically do not have units attached, such
|
||||||
|
* as ratios, gains, etc. Specifically, a transistor's gain (hFE) is
|
||||||
|
* a unitless quantity. */
|
||||||
SR_UNIT_UNITLESS,
|
SR_UNIT_UNITLESS,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue