[−][src]Struct scpi::scpi::commands::StatOperEnabCommand   
20.1.3 :ENABle <NRf> | <non-decimal numeric>
STATus:OPERation:ENABleSets the enable mask which allows true conditions in the event register to be reported in the summary bit. If a bit is 1 in the enable register and its associated event bit transitions to true, a positive transition will occur in the associated summary bit. The command accepts parameter values of either format in the range 0 through 65535 (decimal) without error.The query response format is
unless changed by the :FORMat:SREGister command. Note that 32767 is the maximum value returned as the most-significant bit of the register cannot be set true. 
Trait Implementations
impl Command for StatOperEnabCommand[src]
fn event(
    &self, 
    context: &mut Context<'_>, 
    args: &mut Tokenizer<'_>
) -> Result<()>[src]
&self,
context: &mut Context<'_>,
args: &mut Tokenizer<'_>
) -> Result<()>
fn query(
    &self, 
    context: &mut Context<'_>, 
    _args: &mut Tokenizer<'_>, 
    response: &mut ResponseUnit<'_>
) -> Result<()>[src]
&self,
context: &mut Context<'_>,
_args: &mut Tokenizer<'_>,
response: &mut ResponseUnit<'_>
) -> Result<()>
fn help(&self, _response: &mut ResponseUnit<'_>)[src]
fn meta(&self) -> CommandTypeMeta[src]
Auto Trait Implementations
impl Send for StatOperEnabCommand
impl Sync for StatOperEnabCommand
impl Unpin for StatOperEnabCommand
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,