pub enum QuestionableBits {
Show 15 variants SummaryVoltage, SummaryCurrent, SummaryTime, SummaryPower, SummaryTemperature, SummaryFrequency, SummaryPhase, SummaryModulation, SummaryCalibration, Designer1, Designer2, Designer3, Designer4, InstrumentSummary, CommandWarning,
}
Expand description

The QUEStionable status register set contains bits which give an indication of the quality of various aspects of the signal.

Variants

SummaryVoltage

Indicates that the data is currently being acquired or generated

SummaryCurrent

SummaryTime

SummaryPower

SummaryTemperature

SummaryFrequency

SummaryPhase

SummaryModulation

SummaryCalibration

Designer1

Designer2

Designer3

Designer4

InstrumentSummary

CommandWarning

Bit 14 is defined as the Command Warning bit. This bit indicates a non-fatal warning that relates to the instrument’s interpretation of a command, query, or one or more parameters of a specific command or query. Setting this bit is a warning to the application that the resultant instrument state or action is probably what was expected but may deviate in some manner.

For example, the Command Warning bit is set whenever a parameter in one of the Measurement Instruction commands or queries is ignored during execution. Such a parameter may be ignored because it cannot be specified by a particular instrument.

Trait Implementations

Return a bitmask with the relevant bits set and others cleared Read more

Return the position/offset of the relevant bit(s)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.