def temp():
    return LppType.get_lpp_type(103)
Example #2
0
def ts():
    return LppType.get_lpp_type(133)
Example #3
0
def test_init_invalid_type():
    with pytest.raises(Exception):
        LppType("foo", "bar", 42, 42, None, None)
Example #4
0
def test_init_invalid_dim():
    with pytest.raises(Exception):
        LppType(42, "foo", 42, "foo", None, None)
Example #5
0
def test_init_invalid_sizes_len():
    with pytest.raises(ValueError):
        LppType(42, "foobar", [1, 1], [1], [False])
Example #6
0
def test_get_lpp_type_none():
    assert not LppType.get_lpp_type(999)
def pres():
    return LppType.get_lpp_type(102)
Example #8
0
def test_init_invalid_scales():
    with pytest.raises(TypeError):
        LppType(42, "foobar", [1], 42, [False])
Example #9
0
def dio():
    return LppType.get_lpp_type(0)
Example #10
0
def aio():
    return LppType.get_lpp_type(2)
def freq():
    return LppType.get_lpp_type(118)
Example #12
0
def cur():
    return LppType.get_lpp_type(117)
def hum():
    return LppType.get_lpp_type(104)
Example #14
0
def test_lpp_type_init_invalid_size():
    with pytest.raises(Exception):
        LppType(42, "foo", "foo", 42, None, None)
Example #15
0
def vol():
    return LppType.get_lpp_type(116)
Example #16
0
def test_init_invalid_name():
    with pytest.raises(TypeError):
        LppType(42, 42, [1], [1], [False])
Example #17
0
def gyro():
    return LppType.get_lpp_type(134)
Example #18
0
def test_init_invalid_signs():
    with pytest.raises(TypeError):
        LppType(42, "foobar", [1], [1], 42)
Example #19
0
def lum():
    return LppType.get_lpp_type(101)
Example #20
0
def test_get_lpp_type_invalid():
    with pytest.raises(TypeError):
        LppType.get_lpp_type("foo")
Example #21
0
def gen():
    return LppType.get_lpp_type(100)
Example #22
0
def test_init_invalid_type():
    with pytest.raises(TypeError):
        LppType("foobar", "foobar", [1], [1], [False])
Example #23
0
def gps():
    return LppType.get_lpp_type(136)
Example #24
0
def test_init_invalid_name():
    with pytest.raises(Exception):
        LppType(42, 42, 42, 42, None, None)
Example #25
0
def acc():
    return LppType.get_lpp_type(113)
Example #26
0
def load():
    return LppType.get_lpp_type(122)
Example #27
0
def baro():
    return LppType.get_lpp_type(115)