pub struct SystVersCommand {
    pub year: u16,
    pub rev: u8,
}
Expand description

21.21 :VERSion?

SYSTem:VERSion? query returns an formatted numeric value corresponding to the SCPI version number for which the instrument complies. The response shall have the form YYYY.V where the Ys represent the year-version (i.e. 1990) and the V represents an approved revision number for that year. If no approved revisions are claimed, then this extension shall be 0.

Fields

year: u16rev: u8

Trait Implementations

Called when the event form is used

Called when the query form is used

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.