Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/component/system/test_physical_channel_properties.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys

import numpy
import pytest

Expand Down Expand Up @@ -83,12 +85,14 @@ def test___physical_channel_with_teds___get_uint32_property___returns_configured
assert phys_chan.teds_mfg_id == 17


@pytest.mark.skipif(not sys.platform.startswith("win"), reason="mioDAQ support Windows-only")
def test___physical_channel___get_int32_property___returns_value():
phys_chans = PhysicalChannel("mioDAQ/port0")

assert phys_chans.dig_port_logic_family in LogicFamily


@pytest.mark.skipif(not sys.platform.startswith("win"), reason="mioDAQ support Windows-only")
@pytest.mark.library_only(
reason="AB#2375679: gRPC interpreter doesn't support setting physical channel property."
)
Expand Down