pub struct OpcCommand;
Expand description

10.18 *OPC, Operation Complete Command

The Operation Complete command causes the device to generate the operation complete message in the Standard Event Status Register when all pending selected device operations have been finished. See 12.5.2.2 for details of operation.

10.19 *OPC?, Operation Complete Query

The Operation Complete query places an ASCII character “1” into the device’s Output Queue when all pending selected device operations have been finished. See 12.5.3 for details of operation.

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.