icsneopy 1.1.0.post1.dev13__cp310-cp310-win_amd64.whl → 1.1.0.post1.dev42__cp310-cp310-win_amd64.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 icsneopy might be problematic. Click here for more details.

Binary file
icsneopy/icsneopy.pyi CHANGED
@@ -234,6 +234,143 @@ class CANMessage(Frame):
234
234
  isRemote: bool
235
235
  def __init__(self) -> None: ...
236
236
 
237
+ class ChipID:
238
+ __members__: ClassVar[dict] = ... # read-only
239
+ Connect_LINUX: ClassVar[ChipID] = ...
240
+ Connect_ZCHIP: ClassVar[ChipID] = ...
241
+ EEVB_STM32: ClassVar[ChipID] = ...
242
+ EtherBADGE_MCHIP: ClassVar[ChipID] = ...
243
+ FlexRay_VNETZ_FCHIP: ClassVar[ChipID] = ...
244
+ FlexRay_VNETZ_ZCHIP: ClassVar[ChipID] = ...
245
+ Invalid: ClassVar[ChipID] = ...
246
+ NewDevice57_ZCHIP: ClassVar[ChipID] = ...
247
+ NewDevice59_MCHIP: ClassVar[ChipID] = ...
248
+ RAD4G_MCHIP: ClassVar[ChipID] = ...
249
+ RADA2B_REVB_ZCHIP: ClassVar[ChipID] = ...
250
+ RADA2B_ZCHIP: ClassVar[ChipID] = ...
251
+ RADBMS_MCHIP: ClassVar[ChipID] = ...
252
+ RADCOMET3_ZCHIP: ClassVar[ChipID] = ...
253
+ RADComet_ZYNQ: ClassVar[ChipID] = ...
254
+ RADEpsilonExpress_MCHIP: ClassVar[ChipID] = ...
255
+ RADEpsilonT_MCHIP: ClassVar[ChipID] = ...
256
+ RADEpsilon_MCHIP: ClassVar[ChipID] = ...
257
+ RADGALAXY2_SYSMON_CHIP: ClassVar[ChipID] = ...
258
+ RADGalaxy_FFG_Zynq: ClassVar[ChipID] = ...
259
+ RADGalaxy_ZYNQ: ClassVar[ChipID] = ...
260
+ RADGemini_MCHIP: ClassVar[ChipID] = ...
261
+ RADGigastar2_ZYNQ: ClassVar[ChipID] = ...
262
+ RADGigastar_FFG_ZYNQ: ClassVar[ChipID] = ...
263
+ RADGigastar_USBZ_Z7007S_ZYNQ: ClassVar[ChipID] = ...
264
+ RADGigastar_USBZ_Z7010_ZYNQ: ClassVar[ChipID] = ...
265
+ RADGigastar_USBZ_ZYNQ: ClassVar[ChipID] = ...
266
+ RADGigastar_ZYNQ: ClassVar[ChipID] = ...
267
+ RADIOCANHUB_MCHIP: ClassVar[ChipID] = ...
268
+ RADJupiter_MCHIP: ClassVar[ChipID] = ...
269
+ RADMars_3_ZYNQ: ClassVar[ChipID] = ...
270
+ RADMars_ZYNQ: ClassVar[ChipID] = ...
271
+ RADMoon2_Z7010_ZYNQ: ClassVar[ChipID] = ...
272
+ RADMoon2_ZL_MCHIP: ClassVar[ChipID] = ...
273
+ RADMoon2_ZYNQ: ClassVar[ChipID] = ...
274
+ RADMoon3_MCHIP: ClassVar[ChipID] = ...
275
+ RADMoonDuo_MCHIP: ClassVar[ChipID] = ...
276
+ RADPluto_MCHIP: ClassVar[ChipID] = ...
277
+ RADProxima_MCHIP: ClassVar[ChipID] = ...
278
+ RADStar2_ZYNQ: ClassVar[ChipID] = ...
279
+ RADStar_MCHIP: ClassVar[ChipID] = ...
280
+ RADSupermoon_ZYNQ: ClassVar[ChipID] = ...
281
+ RAD_GALAXY_2_ZMPCHIP_ID: ClassVar[ChipID] = ...
282
+ SFPModule_MCHIP: ClassVar[ChipID] = ...
283
+ VEM_01_8DW_ZCHIP: ClassVar[ChipID] = ...
284
+ VEM_02_FR_FCHIP: ClassVar[ChipID] = ...
285
+ VEM_02_FR_ZCHIP: ClassVar[ChipID] = ...
286
+ ValueCAN3_MCHIP: ClassVar[ChipID] = ...
287
+ ValueCAN4Industrial_MCHIP: ClassVar[ChipID] = ...
288
+ ValueCAN4_1_MCHIP: ClassVar[ChipID] = ...
289
+ ValueCAN4_2EL_MCHIP: ClassVar[ChipID] = ...
290
+ ValueCAN4_2_MCHIP: ClassVar[ChipID] = ...
291
+ ValueCAN4_4_2EL_Core: ClassVar[ChipID] = ...
292
+ ValueCAN4_4_MCHIP: ClassVar[ChipID] = ...
293
+ ValueCAN4_4_SCHIP: ClassVar[ChipID] = ...
294
+ ValueCANrf_MCHIP: ClassVar[ChipID] = ...
295
+ VividCANPRO_EXT_FLASH: ClassVar[ChipID] = ...
296
+ VividCANPRO_MCHIP: ClassVar[ChipID] = ...
297
+ VividCAN_EXT_FLASH: ClassVar[ChipID] = ...
298
+ VividCAN_MCHIP: ClassVar[ChipID] = ...
299
+ VividCAN_NRF52: ClassVar[ChipID] = ...
300
+ __entries: ClassVar[dict] = ...
301
+ cmProbe_ZYNQ: ClassVar[ChipID] = ...
302
+ cmProbe_ZYNQ_Unused: ClassVar[ChipID] = ...
303
+ neoECU12_MCHIP: ClassVar[ChipID] = ...
304
+ neoECUAVBTSN_MCHIP: ClassVar[ChipID] = ...
305
+ neoOBD2Dev_MCHIP: ClassVar[ChipID] = ...
306
+ neoOBD2Dev_SCHIP: ClassVar[ChipID] = ...
307
+ neoOBD2PRO_Core: ClassVar[ChipID] = ...
308
+ neoOBD2PRO_MCHIP: ClassVar[ChipID] = ...
309
+ neoOBD2PRO_SCHIP: ClassVar[ChipID] = ...
310
+ neoOBD2SIMDoIP_MCHIP: ClassVar[ChipID] = ...
311
+ neoOBD2SIM_MCHIP: ClassVar[ChipID] = ...
312
+ neoOBD2_LCBADGE_MCHIP: ClassVar[ChipID] = ...
313
+ neoOBD2_LCBADGE_SCHIP: ClassVar[ChipID] = ...
314
+ neoVIANALOG_MPIC: ClassVar[ChipID] = ...
315
+ neoVIAnalogOut_MCHIP: ClassVar[ChipID] = ...
316
+ neoVIECU_MPIC: ClassVar[ChipID] = ...
317
+ neoVIFIRE2_BLECHIP: ClassVar[ChipID] = ...
318
+ neoVIFIRE2_CCHIP: ClassVar[ChipID] = ...
319
+ neoVIFIRE2_CORE_SG4: ClassVar[ChipID] = ...
320
+ neoVIFIRE2_Core: ClassVar[ChipID] = ...
321
+ neoVIFIRE2_MCHIP: ClassVar[ChipID] = ...
322
+ neoVIFIRE2_SECURITYCHIP: ClassVar[ChipID] = ...
323
+ neoVIFIRE2_Slave_VNETZ_A_MCHIP: ClassVar[ChipID] = ...
324
+ neoVIFIRE2_Slave_VNETZ_A_ZYNQ: ClassVar[ChipID] = ...
325
+ neoVIFIRE2_Slave_VNET_A_CCHIP: ClassVar[ChipID] = ...
326
+ neoVIFIRE2_Slave_VNET_A_MCHIP: ClassVar[ChipID] = ...
327
+ neoVIFIRE2_VNETZ_MCHIP: ClassVar[ChipID] = ...
328
+ neoVIFIRE2_VNETZ_ZYNQ: ClassVar[ChipID] = ...
329
+ neoVIFIRE2_VNET_CCHIP: ClassVar[ChipID] = ...
330
+ neoVIFIRE2_VNET_Core: ClassVar[ChipID] = ...
331
+ neoVIFIRE2_VNET_MCHIP: ClassVar[ChipID] = ...
332
+ neoVIFIRE2_ZYNQ: ClassVar[ChipID] = ...
333
+ neoVIFIRE3_LINUX: ClassVar[ChipID] = ...
334
+ neoVIFIRE3_SCHIP: ClassVar[ChipID] = ...
335
+ neoVIFIRE3_ZCHIP: ClassVar[ChipID] = ...
336
+ neoVIFIRE_JCHIP: ClassVar[ChipID] = ...
337
+ neoVIFIRE_LCHIP: ClassVar[ChipID] = ...
338
+ neoVIFIRE_MCHIP: ClassVar[ChipID] = ...
339
+ neoVIFIRE_Slave_VNET_EP_LCHIP: ClassVar[ChipID] = ...
340
+ neoVIFIRE_Slave_VNET_EP_MCHIP: ClassVar[ChipID] = ...
341
+ neoVIFIRE_Slave_VNET_LCHIP: ClassVar[ChipID] = ...
342
+ neoVIFIRE_Slave_VNET_MCHIP: ClassVar[ChipID] = ...
343
+ neoVIFIRE_UCHIP: ClassVar[ChipID] = ...
344
+ neoVIFIRE_VNET_EP_LCHIP: ClassVar[ChipID] = ...
345
+ neoVIFIRE_VNET_EP_MCHIP: ClassVar[ChipID] = ...
346
+ neoVIFIRE_VNET_LCHIP: ClassVar[ChipID] = ...
347
+ neoVIFIRE_VNET_MCHIP: ClassVar[ChipID] = ...
348
+ neoVIIEVB_MPIC: ClassVar[ChipID] = ...
349
+ neoVIION_Core: ClassVar[ChipID] = ...
350
+ neoVIION_Core_Loader: ClassVar[ChipID] = ...
351
+ neoVIION_FPGA_BIT: ClassVar[ChipID] = ...
352
+ neoVIION_HID: ClassVar[ChipID] = ...
353
+ neoVIION_HID_Loader: ClassVar[ChipID] = ...
354
+ neoVIMOST150_MCHIP: ClassVar[ChipID] = ...
355
+ neoVIMOST25_MCHIP: ClassVar[ChipID] = ...
356
+ neoVIMOST50_MCHIP: ClassVar[ChipID] = ...
357
+ neoVIPENDANT_MPIC: ClassVar[ChipID] = ...
358
+ neoVIPLASMA_ANALOG_Core: ClassVar[ChipID] = ...
359
+ neoVIPLASMA_Core: ClassVar[ChipID] = ...
360
+ neoVIPLASMA_Core_1_12: ClassVar[ChipID] = ...
361
+ neoVIPLASMA_FlexRay_Core: ClassVar[ChipID] = ...
362
+ neoVIPLASMA_HID: ClassVar[ChipID] = ...
363
+ def __init__(self, value: int) -> None: ...
364
+ def __eq__(self, other: object) -> bool: ...
365
+ def __hash__(self) -> int: ...
366
+ def __index__(self) -> int: ...
367
+ def __int__(self) -> int: ...
368
+ def __ne__(self, other: object) -> bool: ...
369
+ @property
370
+ def name(self) -> str: ...
371
+ @property
372
+ def value(self) -> int: ...
373
+
237
374
  class Clause22Message:
238
375
  page: int
239
376
  phyAddr: int
@@ -256,6 +393,7 @@ class Device:
256
393
  def describe(self) -> str: ...
257
394
  def disable_message_polling(self) -> bool: ...
258
395
  def enable_message_polling(self, filter: MessageFilter | None = ...) -> bool: ...
396
+ def get_chip_versions(self, refreshComponents: bool = ...) -> list[VersionReport]: ...
259
397
  def get_current_message_count(self) -> int: ...
260
398
  def get_digital_io(self, type: IO, number: int) -> bool | None: ...
261
399
  def get_extension(self, *args, **kwargs): ...
@@ -339,6 +477,7 @@ class DeviceType:
339
477
  RADEpsilonXL: ClassVar[DeviceType.Enum] = ...
340
478
  RADGalaxy: ClassVar[DeviceType.Enum] = ...
341
479
  RADGalaxy2: ClassVar[DeviceType.Enum] = ...
480
+ RADGemini: ClassVar[DeviceType.Enum] = ...
342
481
  RADGigastar: ClassVar[DeviceType.Enum] = ...
343
482
  RADGigastar2: ClassVar[DeviceType.Enum] = ...
344
483
  RADIO_CANHUB: ClassVar[DeviceType.Enum] = ...
@@ -434,6 +573,7 @@ class EthernetStatusMessage(Message):
434
573
  LinkModeAuto: ClassVar[EthernetStatusMessage.LinkMode] = ...
435
574
  LinkModeInvalid: ClassVar[EthernetStatusMessage.LinkMode] = ...
436
575
  LinkModeMaster: ClassVar[EthernetStatusMessage.LinkMode] = ...
576
+ LinkModeNone: ClassVar[EthernetStatusMessage.LinkMode] = ...
437
577
  LinkModeSlave: ClassVar[EthernetStatusMessage.LinkMode] = ...
438
578
  __entries: ClassVar[dict] = ...
439
579
  def __init__(self, value: int) -> None: ...
@@ -847,7 +987,7 @@ class IDeviceSettings:
847
987
  def get_phy_enable(self, arg0: int) -> bool | None: ...
848
988
  def get_phy_mode(self, arg0: int) -> Settings.EthernetLinkMode | None: ...
849
989
  def get_phy_speed(self, arg0: int) -> Settings.EthernetLinkSpeed | None: ...
850
- def refresh(self, ignoreChecksum: bool = ...) -> bool: ...
990
+ def refresh(self) -> bool: ...
851
991
  def set_phy_enable(self, arg0: int, arg1: bool) -> bool: ...
852
992
  def set_phy_mode(self, arg0: int, arg1: Settings.EthernetLinkMode) -> bool: ...
853
993
  def set_phy_speed(self, arg0: int, arg1: Settings.EthernetLinkSpeed) -> bool: ...
@@ -1426,10 +1566,11 @@ class Network:
1426
1566
  __members__: ClassVar[dict] = ... # read-only
1427
1567
  A2B: ClassVar[Network.Type] = ...
1428
1568
  Any: ClassVar[Network.Type] = ...
1569
+ AutomotiveEthernet: ClassVar[Network.Type] = ...
1429
1570
  CAN: ClassVar[Network.Type] = ...
1430
1571
  Ethernet: ClassVar[Network.Type] = ...
1431
1572
  FlexRay: ClassVar[Network.Type] = ...
1432
- I2C_01: ClassVar[Network.Type] = ...
1573
+ I2C: ClassVar[Network.Type] = ...
1433
1574
  ISO9141: ClassVar[Network.Type] = ...
1434
1575
  Internal: ClassVar[Network.Type] = ...
1435
1576
  Invalid: ClassVar[Network.Type] = ...
@@ -1610,6 +1751,21 @@ class TC10WakeStatus:
1610
1751
  @property
1611
1752
  def value(self) -> int: ...
1612
1753
 
1754
+ class VersionReport:
1755
+ def __init__(self, *args, **kwargs) -> None: ...
1756
+ @property
1757
+ def build(self) -> int: ...
1758
+ @property
1759
+ def id(self) -> ChipID: ...
1760
+ @property
1761
+ def maintenance(self) -> int: ...
1762
+ @property
1763
+ def major(self) -> int: ...
1764
+ @property
1765
+ def minor(self) -> int: ...
1766
+ @property
1767
+ def name(self) -> str: ...
1768
+
1613
1769
  def find_all_devices() -> list[Device]: ...
1614
1770
  def get_last_error() -> APIEvent: ...
1615
1771
  def get_supported_devices() -> list[DeviceType]: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: icsneopy
3
- Version: 1.1.0.post1.dev13
3
+ Version: 1.1.0.post1.dev42
4
4
  Author: Intrepid Control Systems, Inc.
5
5
  Maintainer-Email: Kyle Schwarz <kschwarz@intrepidcs.com>
6
6
  License: Copyright (c) 2018-2025 Intrepid Control Systems, Inc.
@@ -43,6 +43,7 @@ Classifier: Programming Language :: Python :: 3.10
43
43
  Classifier: Programming Language :: Python :: 3.11
44
44
  Classifier: Programming Language :: Python :: 3.12
45
45
  Classifier: Programming Language :: Python :: 3.13
46
+ Classifier: Programming Language :: Python :: 3.14
46
47
  Classifier: Programming Language :: Python :: 3 :: Only
47
48
  Classifier: Programming Language :: Python :: Implementation :: CPython
48
49
  Classifier: Operating System :: Microsoft :: Windows
@@ -85,6 +86,7 @@ each of the respective APIs.
85
86
  - RAD-EpsilonXL
86
87
  - RAD-Galaxy
87
88
  - RAD-Galaxy 2
89
+ - RAD-Gemini
88
90
  - RAD-Gigastar
89
91
  - RAD-Gigastar 2
90
92
  - RAD-Moon 2
@@ -0,0 +1,8 @@
1
+ icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
2
+ icsneopy/icsneopy.cp310-win_amd64.pyd,sha256=r6mydtO51663-v3KrzO84WSd_2gZAzN9E46QnVrfGnU,3151360
3
+ icsneopy/icsneopy.pyi,sha256=7enxgb7yAg-d1hXbnBvSv1TI7uu9eNgB_cbhOVvm1bw,71264
4
+ icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ icsneopy-1.1.0.post1.dev42.dist-info/METADATA,sha256=2uu0R3O4J2h25co2dN7EXItUloGCeBoyd-PFEXCicnI,4133
6
+ icsneopy-1.1.0.post1.dev42.dist-info/WHEEL,sha256=hrGeChGtn46HBGmzasO9QQDSLelRN-tUarBSv4gFcsI,106
7
+ icsneopy-1.1.0.post1.dev42.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
8
+ icsneopy-1.1.0.post1.dev42.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- icsneopy/__init__.py,sha256=8JkkO6Pz2588-j1MEFY8BIBthdiBFi8V4UIoSTdTye4,25
2
- icsneopy/icsneopy.cp310-win_amd64.pyd,sha256=3-9TmQRMWu5kLASnR_uHBlEet5QE9flW6HmoN66MmdU,1726976
3
- icsneopy/icsneopy.pyi,sha256=DN4ZShEQbT7YS1_WT7RUPhcyixlEyFSqER0WMkf6HKE,64317
4
- icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- icsneopy-1.1.0.post1.dev13.dist-info/METADATA,sha256=w-hHpRqcYHECbznsFSoez4K3U1yjsI-NoJigeD2SUKc,4069
6
- icsneopy-1.1.0.post1.dev13.dist-info/WHEEL,sha256=hrGeChGtn46HBGmzasO9QQDSLelRN-tUarBSv4gFcsI,106
7
- icsneopy-1.1.0.post1.dev13.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
8
- icsneopy-1.1.0.post1.dev13.dist-info/RECORD,,