dttlib 0.7.8__cp313-cp313-manylinux_2_31_x86_64.whl → 0.8.2__cp313-cp313-manylinux_2_31_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dttlib might be problematic. Click here for more details.
- dttlib/__init__.pyi +4 -2
- dttlib/dttlib.cpython-313-x86_64-linux-gnu.so +0 -0
- {dttlib-0.7.8.dist-info → dttlib-0.8.2.dist-info}/METADATA +1 -1
- {dttlib-0.7.8.dist-info → dttlib-0.8.2.dist-info}/RECORD +7 -7
- {dttlib-0.7.8.dist-info → dttlib-0.8.2.dist-info}/WHEEL +0 -0
- {dttlib-0.7.8.dist-info → dttlib-0.8.2.dist-info}/licenses/COPYING +0 -0
- {dttlib-0.7.8.dist-info → dttlib-0.8.2.dist-info}/licenses/COPYING-GPL-3 +0 -0
dttlib/__init__.pyi
CHANGED
|
@@ -49,7 +49,7 @@ class Channel:
|
|
|
49
49
|
@property
|
|
50
50
|
def channel_type(self) -> ChannelType: ...
|
|
51
51
|
@property
|
|
52
|
-
def
|
|
52
|
+
def period(self) -> PipDuration: ...
|
|
53
53
|
@property
|
|
54
54
|
def dcu_id(self) -> typing.Optional[builtins.int]: ...
|
|
55
55
|
@property
|
|
@@ -76,8 +76,10 @@ class Channel:
|
|
|
76
76
|
def online(self) -> builtins.bool: ...
|
|
77
77
|
@property
|
|
78
78
|
def testpoint(self) -> builtins.bool: ...
|
|
79
|
+
@property
|
|
80
|
+
def rate_hz(self) -> builtins.float: ...
|
|
79
81
|
def __new__(
|
|
80
|
-
cls, name: builtins.str, data_type: NDSDataType,
|
|
82
|
+
cls, name: builtins.str, data_type: NDSDataType, period: PipDuration
|
|
81
83
|
) -> Channel: ...
|
|
82
84
|
|
|
83
85
|
class ChannelId:
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
dttlib-0.
|
|
2
|
-
dttlib-0.
|
|
3
|
-
dttlib-0.
|
|
4
|
-
dttlib-0.
|
|
1
|
+
dttlib-0.8.2.dist-info/METADATA,sha256=42H4OVJNC_Q0QYOC-qWMXx2dR5v8H5EyofhL-ZwUvJk,1134
|
|
2
|
+
dttlib-0.8.2.dist-info/WHEEL,sha256=bLBgfQsE_NvkfLYWX_p6FISljCrWMbo58E3YxAgLNC8,108
|
|
3
|
+
dttlib-0.8.2.dist-info/licenses/COPYING,sha256=jxnpJYe5OWc5-08NV3sStA6JFXKvqHwqTF14C_0Hwg4,1735
|
|
4
|
+
dttlib-0.8.2.dist-info/licenses/COPYING-GPL-3,sha256=_ILKi2_bGNTj6Fz9irWNG80_Gymr54KJWr2R1kdj-Oc,35068
|
|
5
5
|
dttlib.libs/libfftw3-7229d6f2.so.3,sha256=Ex3MhKZdYUUcoY8Jpo_V6MPRm_KzWt64b-ocxvEl2oA,2155385
|
|
6
6
|
dttlib.libs/libfftw3f-3af7c840.so.3,sha256=_HfvElJPM-WSatYaasYuVXHcIBXkwxLj6_rB9MgRix0,2193217
|
|
7
7
|
dttlib.libs/libgds-sigp-e0383b3d.so,sha256=WvqtrgK57AvmxmSsIYhflCcPWjzucEC55VQ2rFn4goQ,4411553
|
|
@@ -10,7 +10,7 @@ dttlib.libs/libndscxx-78126e77.so.1,sha256=AhQ61_vYZj6E4WWF47pWT6RCYMVoeIQF9h63_
|
|
|
10
10
|
dttlib.libs/libpython3-c1ff1c4d.13.so.1.0,sha256=1uIkDXeLeyEI8zJF4O2T-USimAg5vs3rrWOKB6cROYc,31284769
|
|
11
11
|
dttlib.libs/libsasl2-86ae7ca3.so.2,sha256=Wd_1atKWOKbLoJe63KBw9dDOYWz5HFvzOtdCsaSXUNE,117305
|
|
12
12
|
dttlib/__init__.py,sha256=L7UhbeXBFuGgQPcm9TzTfdaOkGqKm-WPMQ5JEECDghE,107
|
|
13
|
-
dttlib/__init__.pyi,sha256=
|
|
14
|
-
dttlib/dttlib.cpython-313-x86_64-linux-gnu.so,sha256=
|
|
13
|
+
dttlib/__init__.pyi,sha256=zBkdp0Q7X--9mxZ4fSZBFE4QkVEgXkIJxz-pYAbRiU4,38726
|
|
14
|
+
dttlib/dttlib.cpython-313-x86_64-linux-gnu.so,sha256=6b1I-bOMPTinVCCNSHrJtsu_O3YvrU8_p0iKLbdgku0,23170961
|
|
15
15
|
dttlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
dttlib-0.
|
|
16
|
+
dttlib-0.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|