Enum ur20::RtdRange [] [src]

pub enum RtdRange {
    PT100,
    PT200,
    PT500,
    PT1000,
    NI100,
    NI120,
    NI200,
    NI500,
    NI1000,
    Cu10,
    R40,
    R80,
    R150,
    R300,
    R500,
    R1000,
    R2000,
    R4000,
    Disabled,
}

Resistor value range.

Variants

-200 ... 850 Degree Celsius

-200 ... 850 Degree Celsius

-200 ... 850 Degree Celsius

-200 ... 850 Degree Celsius

-60 ... 250 Degree Celsius

-80 ... 260 Degree Celsius

-60 ... 250 Degree Celsius

-60 ... 250 Degree Celsius

-60 ... 250 Degree Celsius

-100 ... 260 Degree Celsius

Resistance 40 Ω

Resistance 80 Ω

Resistance 150 Ω

Resistance 300 Ω

Resistance 500 Ω

Resistance 1000 Ω

Resistance 2000 Ω

Resistance 4000 Ω

Disabled

Trait Implementations

impl Debug for RtdRange
[src]

[src]

Formats the value using the given formatter.

impl Clone for RtdRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RtdRange
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for RtdRange
[src]