icsneopy 0.2.0.post1.dev497__cp312-cp312-win_amd64.whl → 1.1.0.post1.dev42__cp312-cp312-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.
- icsneopy/icsneopy.cp312-win_amd64.pyd +0 -0
- icsneopy/icsneopy.pyi +491 -161
- {icsneopy-0.2.0.post1.dev497.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/METADATA +3 -1
- icsneopy-1.1.0.post1.dev42.dist-info/RECORD +8 -0
- {icsneopy-0.2.0.post1.dev497.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/WHEEL +1 -1
- icsneopy-0.2.0.post1.dev497.dist-info/RECORD +0 -8
- {icsneopy-0.2.0.post1.dev497.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
icsneopy/icsneopy.pyi
CHANGED
|
@@ -35,6 +35,11 @@ class APIEvent:
|
|
|
35
35
|
CANFDSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
36
36
|
CANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
37
37
|
CoreminiUploadVersionMismatch: ClassVar[APIEvent.Type] = ...
|
|
38
|
+
DXXErrorArg: ClassVar[APIEvent.Type] = ...
|
|
39
|
+
DXXErrorIO: ClassVar[APIEvent.Type] = ...
|
|
40
|
+
DXXErrorInt: ClassVar[APIEvent.Type] = ...
|
|
41
|
+
DXXErrorOverflow: ClassVar[APIEvent.Type] = ...
|
|
42
|
+
DXXErrorSys: ClassVar[APIEvent.Type] = ...
|
|
38
43
|
DeviceCurrentlyClosed: ClassVar[APIEvent.Type] = ...
|
|
39
44
|
DeviceCurrentlyOffline: ClassVar[APIEvent.Type] = ...
|
|
40
45
|
DeviceCurrentlyOnline: ClassVar[APIEvent.Type] = ...
|
|
@@ -44,6 +49,8 @@ class APIEvent:
|
|
|
44
49
|
DeviceFirmwareOutOfDate: ClassVar[APIEvent.Type] = ...
|
|
45
50
|
DeviceInUse: ClassVar[APIEvent.Type] = ...
|
|
46
51
|
DeviceNotCurrentlyPolling: ClassVar[APIEvent.Type] = ...
|
|
52
|
+
DiskFormatInvalidCount: ClassVar[APIEvent.Type] = ...
|
|
53
|
+
DiskFormatNotSupported: ClassVar[APIEvent.Type] = ...
|
|
47
54
|
DiskNotConnected: ClassVar[APIEvent.Type] = ...
|
|
48
55
|
DiskNotSupported: ClassVar[APIEvent.Type] = ...
|
|
49
56
|
DriverFailedToClose: ClassVar[APIEvent.Type] = ...
|
|
@@ -51,42 +58,12 @@ class APIEvent:
|
|
|
51
58
|
EOFReached: ClassVar[APIEvent.Type] = ...
|
|
52
59
|
ErrorSettingSocketOption: ClassVar[APIEvent.Type] = ...
|
|
53
60
|
EthPhyRegisterControlNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
54
|
-
FTBusy: ClassVar[APIEvent.Type] = ...
|
|
55
|
-
FTDeviceListNotReady: ClassVar[APIEvent.Type] = ...
|
|
56
|
-
FTDeviceNotConnected: ClassVar[APIEvent.Type] = ...
|
|
57
|
-
FTDeviceNotFound: ClassVar[APIEvent.Type] = ...
|
|
58
|
-
FTDeviceNotOpened: ClassVar[APIEvent.Type] = ...
|
|
59
|
-
FTDeviceNotOpenedForErase: ClassVar[APIEvent.Type] = ...
|
|
60
|
-
FTDeviceNotOpenedForWrite: ClassVar[APIEvent.Type] = ...
|
|
61
|
-
FTEEPROMEraseFailed: ClassVar[APIEvent.Type] = ...
|
|
62
|
-
FTEEPROMNotPresent: ClassVar[APIEvent.Type] = ...
|
|
63
|
-
FTEEPROMNotProgrammed: ClassVar[APIEvent.Type] = ...
|
|
64
|
-
FTEEPROMReadFailed: ClassVar[APIEvent.Type] = ...
|
|
65
|
-
FTEEPROMWriteFailed: ClassVar[APIEvent.Type] = ...
|
|
66
|
-
FTFailedToWriteDevice: ClassVar[APIEvent.Type] = ...
|
|
67
|
-
FTHandleEOF: ClassVar[APIEvent.Type] = ...
|
|
68
|
-
FTIOError: ClassVar[APIEvent.Type] = ...
|
|
69
|
-
FTIOIncomplete: ClassVar[APIEvent.Type] = ...
|
|
70
|
-
FTIOPending: ClassVar[APIEvent.Type] = ...
|
|
71
|
-
FTIncorrectDevicePath: ClassVar[APIEvent.Type] = ...
|
|
72
|
-
FTInsufficientResources: ClassVar[APIEvent.Type] = ...
|
|
73
|
-
FTInvalidArgs: ClassVar[APIEvent.Type] = ...
|
|
74
|
-
FTInvalidBaudRate: ClassVar[APIEvent.Type] = ...
|
|
75
|
-
FTInvalidControlRequestDirection: ClassVar[APIEvent.Type] = ...
|
|
76
|
-
FTInvalidControlRequestType: ClassVar[APIEvent.Type] = ...
|
|
77
|
-
FTInvalidHandle: ClassVar[APIEvent.Type] = ...
|
|
78
|
-
FTInvalidParameter: ClassVar[APIEvent.Type] = ...
|
|
79
|
-
FTNoMoreItems: ClassVar[APIEvent.Type] = ...
|
|
80
|
-
FTNoSystemResources: ClassVar[APIEvent.Type] = ...
|
|
81
|
-
FTNotSupported: ClassVar[APIEvent.Type] = ...
|
|
82
|
-
FTOK: ClassVar[APIEvent.Type] = ...
|
|
83
|
-
FTOperationAborted: ClassVar[APIEvent.Type] = ...
|
|
84
|
-
FTOtherError: ClassVar[APIEvent.Type] = ...
|
|
85
|
-
FTReservedPipe: ClassVar[APIEvent.Type] = ...
|
|
86
|
-
FTTimeout: ClassVar[APIEvent.Type] = ...
|
|
87
61
|
FailedToBind: ClassVar[APIEvent.Type] = ...
|
|
88
62
|
FailedToRead: ClassVar[APIEvent.Type] = ...
|
|
89
63
|
FailedToWrite: ClassVar[APIEvent.Type] = ...
|
|
64
|
+
FixedPointOverflow: ClassVar[APIEvent.Type] = ...
|
|
65
|
+
FixedPointPrecision: ClassVar[APIEvent.Type] = ...
|
|
66
|
+
GPTPNotSupported: ClassVar[APIEvent.Type] = ...
|
|
90
67
|
GetIfAddrsError: ClassVar[APIEvent.Type] = ...
|
|
91
68
|
I2CMessageExceedsMaxLength: ClassVar[APIEvent.Type] = ...
|
|
92
69
|
IncorrectSerialNumber: ClassVar[APIEvent.Type] = ...
|
|
@@ -127,6 +104,18 @@ class APIEvent:
|
|
|
127
104
|
RestrictedEntryFlag: ClassVar[APIEvent.Type] = ...
|
|
128
105
|
SWCANSettingsNotAvailable: ClassVar[APIEvent.Type] = ...
|
|
129
106
|
SendToError: ClassVar[APIEvent.Type] = ...
|
|
107
|
+
ServdBindError: ClassVar[APIEvent.Type] = ...
|
|
108
|
+
ServdInvalidResponseError: ClassVar[APIEvent.Type] = ...
|
|
109
|
+
ServdJoinMulticastError: ClassVar[APIEvent.Type] = ...
|
|
110
|
+
ServdLockError: ClassVar[APIEvent.Type] = ...
|
|
111
|
+
ServdNoDataError: ClassVar[APIEvent.Type] = ...
|
|
112
|
+
ServdNonblockError: ClassVar[APIEvent.Type] = ...
|
|
113
|
+
ServdOutdatedError: ClassVar[APIEvent.Type] = ...
|
|
114
|
+
ServdPollError: ClassVar[APIEvent.Type] = ...
|
|
115
|
+
ServdRecvError: ClassVar[APIEvent.Type] = ...
|
|
116
|
+
ServdSendError: ClassVar[APIEvent.Type] = ...
|
|
117
|
+
ServdTransceiveError: ClassVar[APIEvent.Type] = ...
|
|
118
|
+
SettingNotAvaiableDevice: ClassVar[APIEvent.Type] = ...
|
|
130
119
|
SettingsChecksumError: ClassVar[APIEvent.Type] = ...
|
|
131
120
|
SettingsDefaultsUsed: ClassVar[APIEvent.Type] = ...
|
|
132
121
|
SettingsLengthError: ClassVar[APIEvent.Type] = ...
|
|
@@ -137,6 +126,7 @@ class APIEvent:
|
|
|
137
126
|
SettingsStructureTruncated: ClassVar[APIEvent.Type] = ...
|
|
138
127
|
SettingsVersionError: ClassVar[APIEvent.Type] = ...
|
|
139
128
|
SocketFailedToOpen: ClassVar[APIEvent.Type] = ...
|
|
129
|
+
SyscallError: ClassVar[APIEvent.Type] = ...
|
|
140
130
|
TerminationNotSupportedDevice: ClassVar[APIEvent.Type] = ...
|
|
141
131
|
TerminationNotSupportedNetwork: ClassVar[APIEvent.Type] = ...
|
|
142
132
|
Timeout: ClassVar[APIEvent.Type] = ...
|
|
@@ -244,6 +234,157 @@ class CANMessage(Frame):
|
|
|
244
234
|
isRemote: bool
|
|
245
235
|
def __init__(self) -> None: ...
|
|
246
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
|
+
|
|
374
|
+
class Clause22Message:
|
|
375
|
+
page: int
|
|
376
|
+
phyAddr: int
|
|
377
|
+
regAddr: int
|
|
378
|
+
regVal: int
|
|
379
|
+
def __init__(self) -> None: ...
|
|
380
|
+
|
|
381
|
+
class Clause45Message:
|
|
382
|
+
device: int
|
|
383
|
+
port: int
|
|
384
|
+
regAddr: int
|
|
385
|
+
regVal: int
|
|
386
|
+
def __init__(self) -> None: ...
|
|
387
|
+
|
|
247
388
|
class Device:
|
|
248
389
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
249
390
|
def add_message_callback(self, arg0: MessageCallback) -> int: ...
|
|
@@ -251,9 +392,12 @@ class Device:
|
|
|
251
392
|
def close(self) -> bool: ...
|
|
252
393
|
def describe(self) -> str: ...
|
|
253
394
|
def disable_message_polling(self) -> bool: ...
|
|
254
|
-
def enable_message_polling(self) -> bool: ...
|
|
395
|
+
def enable_message_polling(self, filter: MessageFilter | None = ...) -> bool: ...
|
|
396
|
+
def get_chip_versions(self, refreshComponents: bool = ...) -> list[VersionReport]: ...
|
|
255
397
|
def get_current_message_count(self) -> int: ...
|
|
256
398
|
def get_digital_io(self, type: IO, number: int) -> bool | None: ...
|
|
399
|
+
def get_extension(self, *args, **kwargs): ...
|
|
400
|
+
def get_flexray_controllers(self) -> list[FlexRay.Controller]: ...
|
|
257
401
|
def get_gptp_status(self, timeout: datetime.timedelta = ...) -> GPTPStatus | None: ...
|
|
258
402
|
def get_messages(self) -> tuple[list[Message], bool]: ...
|
|
259
403
|
def get_polling_message_limit(self) -> int: ...
|
|
@@ -277,6 +421,7 @@ class Device:
|
|
|
277
421
|
def remove_message_callback(self, arg0: int) -> bool: ...
|
|
278
422
|
def request_tc10_sleep(self, arg0: Network.NetID) -> bool: ...
|
|
279
423
|
def request_tc10_wake(self, arg0: Network.NetID) -> bool: ...
|
|
424
|
+
def send_eth_phy_msg(self, message: EthPhyMessage, timeout: datetime.timedelta = ...) -> EthPhyMessage | None: ...
|
|
280
425
|
def set_digital_io(self, type: IO, number: int, value: bool) -> bool: ...
|
|
281
426
|
def set_polling_message_limit(self, arg0: int) -> None: ...
|
|
282
427
|
def set_rtc(self, arg0: datetime.datetime) -> bool: ...
|
|
@@ -289,6 +434,10 @@ class Device:
|
|
|
289
434
|
@property
|
|
290
435
|
def settings(self): ...
|
|
291
436
|
|
|
437
|
+
class DeviceExtension:
|
|
438
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
439
|
+
def get_name(self) -> str: ...
|
|
440
|
+
|
|
292
441
|
class DeviceType:
|
|
293
442
|
class Enum:
|
|
294
443
|
__members__: ClassVar[dict] = ... # read-only
|
|
@@ -310,6 +459,8 @@ class DeviceType:
|
|
|
310
459
|
FIRE2: ClassVar[DeviceType.Enum] = ...
|
|
311
460
|
FIRE3: ClassVar[DeviceType.Enum] = ...
|
|
312
461
|
FIRE3_FlexRay: ClassVar[DeviceType.Enum] = ...
|
|
462
|
+
FIRE3_T1S_LIN: ClassVar[DeviceType.Enum] = ...
|
|
463
|
+
FIRE3_T1S_SENT: ClassVar[DeviceType.Enum] = ...
|
|
313
464
|
Flex: ClassVar[DeviceType.Enum] = ...
|
|
314
465
|
IEVB: ClassVar[DeviceType.Enum] = ...
|
|
315
466
|
ION: ClassVar[DeviceType.Enum] = ...
|
|
@@ -326,6 +477,7 @@ class DeviceType:
|
|
|
326
477
|
RADEpsilonXL: ClassVar[DeviceType.Enum] = ...
|
|
327
478
|
RADGalaxy: ClassVar[DeviceType.Enum] = ...
|
|
328
479
|
RADGalaxy2: ClassVar[DeviceType.Enum] = ...
|
|
480
|
+
RADGemini: ClassVar[DeviceType.Enum] = ...
|
|
329
481
|
RADGigastar: ClassVar[DeviceType.Enum] = ...
|
|
330
482
|
RADGigastar2: ClassVar[DeviceType.Enum] = ...
|
|
331
483
|
RADIO_CANHUB: ClassVar[DeviceType.Enum] = ...
|
|
@@ -400,6 +552,10 @@ class Disk:
|
|
|
400
552
|
def value(self) -> int: ...
|
|
401
553
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
402
554
|
|
|
555
|
+
class EthPhyMessage(Message):
|
|
556
|
+
messages: list[PhyMessage]
|
|
557
|
+
def __init__(self) -> None: ...
|
|
558
|
+
|
|
403
559
|
class EthernetMessage(Frame):
|
|
404
560
|
fcs: int | None
|
|
405
561
|
frameTooShort: bool
|
|
@@ -417,6 +573,7 @@ class EthernetStatusMessage(Message):
|
|
|
417
573
|
LinkModeAuto: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
418
574
|
LinkModeInvalid: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
419
575
|
LinkModeMaster: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
576
|
+
LinkModeNone: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
420
577
|
LinkModeSlave: ClassVar[EthernetStatusMessage.LinkMode] = ...
|
|
421
578
|
__entries: ClassVar[dict] = ...
|
|
422
579
|
def __init__(self, value: int) -> None: ...
|
|
@@ -522,6 +679,144 @@ class FlexRay:
|
|
|
522
679
|
@property
|
|
523
680
|
def value(self) -> int: ...
|
|
524
681
|
|
|
682
|
+
class Cluster:
|
|
683
|
+
class Configuration:
|
|
684
|
+
action_point_offset: int
|
|
685
|
+
casr_x_low_max: int
|
|
686
|
+
cold_start_attempts: int
|
|
687
|
+
dynamic_slot_idle_phase_minislots: int
|
|
688
|
+
listen_noise_macroticks: int
|
|
689
|
+
macrotick_duration_micro_sec: int
|
|
690
|
+
macroticks_per_cycle: int
|
|
691
|
+
max_without_clock_correction_fatal: int
|
|
692
|
+
max_without_clock_correction_passive: int
|
|
693
|
+
minislot_action_point_offset_macroticks: int
|
|
694
|
+
minislot_duration_macroticks: int
|
|
695
|
+
network_idle_time_macroticks: int
|
|
696
|
+
network_management_vector_length_bytes: int
|
|
697
|
+
number_of_minislots: int
|
|
698
|
+
number_of_static_slots: int
|
|
699
|
+
offset_correction_start_macroticks: int
|
|
700
|
+
payload_length_of_static_slot_in_words: int
|
|
701
|
+
speed: FlexRay.Cluster.SpeedType
|
|
702
|
+
static_slot_macroticks: int
|
|
703
|
+
strobe_point_position: FlexRay.Cluster.SPPType
|
|
704
|
+
symbol_window_action_point_offset_macroticks: int
|
|
705
|
+
symbol_window_macroticks: int
|
|
706
|
+
sync_frame_id_count_max: int
|
|
707
|
+
transmission_start_sequence_duration_bits: int
|
|
708
|
+
wakeup_rx_idle_bits: int
|
|
709
|
+
wakeup_rx_low_bits: int
|
|
710
|
+
wakeup_rx_window_bits: int
|
|
711
|
+
wakeup_tx_active_bits: int
|
|
712
|
+
wakeup_tx_idle_bits: int
|
|
713
|
+
def __init__(self) -> None: ...
|
|
714
|
+
|
|
715
|
+
class SPPType:
|
|
716
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
717
|
+
FLEXRAY_SPP_4: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
718
|
+
FLEXRAY_SPP_5: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
719
|
+
FLEXRAY_SPP_5_ALT: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
720
|
+
FLEXRAY_SPP_6: ClassVar[FlexRay.Cluster.SPPType] = ...
|
|
721
|
+
__entries: ClassVar[dict] = ...
|
|
722
|
+
def __init__(self, value: int) -> None: ...
|
|
723
|
+
def __eq__(self, other: object) -> bool: ...
|
|
724
|
+
def __hash__(self) -> int: ...
|
|
725
|
+
def __index__(self) -> int: ...
|
|
726
|
+
def __int__(self) -> int: ...
|
|
727
|
+
def __ne__(self, other: object) -> bool: ...
|
|
728
|
+
@property
|
|
729
|
+
def name(self) -> str: ...
|
|
730
|
+
@property
|
|
731
|
+
def value(self) -> int: ...
|
|
732
|
+
|
|
733
|
+
class SpeedType:
|
|
734
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
735
|
+
FLEXRAY_BAUDRATE_10M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
736
|
+
FLEXRAY_BAUDRATE_2M5: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
737
|
+
FLEXRAY_BAUDRATE_2M5_ALT: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
738
|
+
FLEXRAY_BAUDRATE_5M: ClassVar[FlexRay.Cluster.SpeedType] = ...
|
|
739
|
+
__entries: ClassVar[dict] = ...
|
|
740
|
+
def __init__(self, value: int) -> None: ...
|
|
741
|
+
def __eq__(self, other: object) -> bool: ...
|
|
742
|
+
def __hash__(self) -> int: ...
|
|
743
|
+
def __index__(self) -> int: ...
|
|
744
|
+
def __int__(self) -> int: ...
|
|
745
|
+
def __ne__(self, other: object) -> bool: ...
|
|
746
|
+
@property
|
|
747
|
+
def name(self) -> str: ...
|
|
748
|
+
@property
|
|
749
|
+
def value(self) -> int: ...
|
|
750
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
751
|
+
|
|
752
|
+
class Controller:
|
|
753
|
+
class Configuration:
|
|
754
|
+
accept_startup_range_microticks: int
|
|
755
|
+
allow_passive_to_active_cycle_pairs: int
|
|
756
|
+
channel_a: bool
|
|
757
|
+
channel_b: bool
|
|
758
|
+
cluster_drift_damping: int
|
|
759
|
+
decoding_correction_microticks: int
|
|
760
|
+
delay_compensation_a_microticks: int
|
|
761
|
+
delay_compensation_b_microticks: int
|
|
762
|
+
extern_offset_correction_control: int
|
|
763
|
+
extern_offset_correction_microticks: int
|
|
764
|
+
extern_rate_correction_control: int
|
|
765
|
+
extern_rate_correction_microticks: int
|
|
766
|
+
key_slot_id: int
|
|
767
|
+
key_slot_used_for_startup: bool
|
|
768
|
+
key_slot_used_for_sync: bool
|
|
769
|
+
latest_tx_minislot: int
|
|
770
|
+
listen_timeout: int
|
|
771
|
+
macro_initial_offset_a: int
|
|
772
|
+
macro_initial_offset_b: int
|
|
773
|
+
micro_initial_offset_a: int
|
|
774
|
+
micro_initial_offset_b: int
|
|
775
|
+
micro_per_cycle: int
|
|
776
|
+
mts_on_a: bool
|
|
777
|
+
mts_on_b: bool
|
|
778
|
+
offset_correction_out_microticks: int
|
|
779
|
+
rate_correction_out_microticks: int
|
|
780
|
+
second_key_slot_id: int
|
|
781
|
+
two_key_slot_mode: bool
|
|
782
|
+
wakeup_on_channel_b: bool
|
|
783
|
+
wakeup_pattern: int
|
|
784
|
+
def __init__(self) -> None: ...
|
|
785
|
+
def __init__(self, *args, **kwargs) -> None: ...
|
|
786
|
+
def add_message_buffer(self, arg0: FlexRay.MessageBuffer) -> None: ...
|
|
787
|
+
def clear_message_buffers(self) -> None: ...
|
|
788
|
+
def configure(self, *args, **kwargs): ...
|
|
789
|
+
def freeze(self, *args, **kwargs): ...
|
|
790
|
+
def get_allow_coldstart(self) -> bool: ...
|
|
791
|
+
def get_configuration(self, *args, **kwargs): ...
|
|
792
|
+
def get_network(self) -> Network: ...
|
|
793
|
+
def get_start_when_going_online(self) -> bool: ...
|
|
794
|
+
def get_wakeup_before_start(self) -> bool: ...
|
|
795
|
+
def halt(self, *args, **kwargs): ...
|
|
796
|
+
def set_allow_coldstart(self, arg0: bool) -> None: ...
|
|
797
|
+
def set_configuration(self, arg0, arg1) -> None: ...
|
|
798
|
+
def set_start_when_going_online(self, arg0: bool) -> None: ...
|
|
799
|
+
def set_wakeup_before_start(self, arg0: bool) -> None: ...
|
|
800
|
+
def start(self, *args, **kwargs): ...
|
|
801
|
+
def transmit(self, arg0: FlexRayMessage) -> bool: ...
|
|
802
|
+
def trigger_mts(self, *args, **kwargs): ...
|
|
803
|
+
def wakeup(self, *args, **kwargs): ...
|
|
804
|
+
|
|
805
|
+
class MessageBuffer:
|
|
806
|
+
base_cycle: int
|
|
807
|
+
channel_a: bool
|
|
808
|
+
channel_b: bool
|
|
809
|
+
continuous_mode: bool
|
|
810
|
+
cycle_repetition: int
|
|
811
|
+
frame_id: int
|
|
812
|
+
frame_length_bytes: int
|
|
813
|
+
is_dynamic: bool
|
|
814
|
+
is_network_management_frame: bool
|
|
815
|
+
is_startup: bool
|
|
816
|
+
is_sync: bool
|
|
817
|
+
is_transmit: bool
|
|
818
|
+
def __init__(self) -> None: ...
|
|
819
|
+
|
|
525
820
|
class Symbol:
|
|
526
821
|
__members__: ClassVar[dict] = ... # read-only
|
|
527
822
|
CAS: ClassVar[FlexRay.Symbol] = ...
|
|
@@ -541,37 +836,22 @@ class FlexRay:
|
|
|
541
836
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
542
837
|
|
|
543
838
|
class FlexRayMessage(Frame):
|
|
839
|
+
channel: FlexRay.Channel
|
|
840
|
+
cycle: int
|
|
841
|
+
dynamic_frame: bool
|
|
842
|
+
frame_crc: int
|
|
843
|
+
frame_crc_status: FlexRay.CRCStatus
|
|
844
|
+
framelen: float
|
|
845
|
+
header_crc: int
|
|
846
|
+
header_crc_status: FlexRay.CRCStatus
|
|
847
|
+
null_frame: bool
|
|
848
|
+
payload_preamble: bool
|
|
849
|
+
slotid: int
|
|
850
|
+
startup_frame: bool
|
|
851
|
+
symbol: FlexRay.Symbol
|
|
852
|
+
sync_frame: bool
|
|
853
|
+
tsslen: float
|
|
544
854
|
def __init__(self) -> None: ...
|
|
545
|
-
@property
|
|
546
|
-
def channel(self) -> FlexRay.Channel: ...
|
|
547
|
-
@property
|
|
548
|
-
def cycle(self) -> int: ...
|
|
549
|
-
@property
|
|
550
|
-
def dynamic_frame(self) -> bool: ...
|
|
551
|
-
@property
|
|
552
|
-
def frame_crc(self) -> int: ...
|
|
553
|
-
@property
|
|
554
|
-
def frame_crc_status(self) -> FlexRay.CRCStatus: ...
|
|
555
|
-
@property
|
|
556
|
-
def framelen(self) -> float: ...
|
|
557
|
-
@property
|
|
558
|
-
def header_crc(self) -> int: ...
|
|
559
|
-
@property
|
|
560
|
-
def header_crc_status(self) -> FlexRay.CRCStatus: ...
|
|
561
|
-
@property
|
|
562
|
-
def null_frame(self) -> bool: ...
|
|
563
|
-
@property
|
|
564
|
-
def payload_preamble(self) -> bool: ...
|
|
565
|
-
@property
|
|
566
|
-
def slotid(self) -> int: ...
|
|
567
|
-
@property
|
|
568
|
-
def startup_frame(self) -> bool: ...
|
|
569
|
-
@property
|
|
570
|
-
def symbol(self) -> FlexRay.Symbol: ...
|
|
571
|
-
@property
|
|
572
|
-
def sync_frame(self) -> bool: ...
|
|
573
|
-
@property
|
|
574
|
-
def tsslen(self) -> float: ...
|
|
575
855
|
|
|
576
856
|
class Frame(RawMessage):
|
|
577
857
|
description: int
|
|
@@ -707,7 +987,7 @@ class IDeviceSettings:
|
|
|
707
987
|
def get_phy_enable(self, arg0: int) -> bool | None: ...
|
|
708
988
|
def get_phy_mode(self, arg0: int) -> Settings.EthernetLinkMode | None: ...
|
|
709
989
|
def get_phy_speed(self, arg0: int) -> Settings.EthernetLinkSpeed | None: ...
|
|
710
|
-
def refresh(self
|
|
990
|
+
def refresh(self) -> bool: ...
|
|
711
991
|
def set_phy_enable(self, arg0: int, arg1: bool) -> bool: ...
|
|
712
992
|
def set_phy_mode(self, arg0: int, arg1: Settings.EthernetLinkMode) -> bool: ...
|
|
713
993
|
def set_phy_speed(self, arg0: int, arg1: Settings.EthernetLinkSpeed) -> bool: ...
|
|
@@ -1113,115 +1393,116 @@ class NeoVersion:
|
|
|
1113
1393
|
class Network:
|
|
1114
1394
|
class NetID:
|
|
1115
1395
|
__members__: ClassVar[dict] = ... # read-only
|
|
1116
|
-
|
|
1117
|
-
|
|
1396
|
+
A2B_01: ClassVar[Network.NetID] = ...
|
|
1397
|
+
A2B_02: ClassVar[Network.NetID] = ...
|
|
1398
|
+
AE_01: ClassVar[Network.NetID] = ...
|
|
1399
|
+
AE_02: ClassVar[Network.NetID] = ...
|
|
1400
|
+
AE_03: ClassVar[Network.NetID] = ...
|
|
1401
|
+
AE_04: ClassVar[Network.NetID] = ...
|
|
1402
|
+
AE_05: ClassVar[Network.NetID] = ...
|
|
1403
|
+
AE_06: ClassVar[Network.NetID] = ...
|
|
1404
|
+
AE_07: ClassVar[Network.NetID] = ...
|
|
1405
|
+
AE_08: ClassVar[Network.NetID] = ...
|
|
1406
|
+
AE_09: ClassVar[Network.NetID] = ...
|
|
1407
|
+
AE_10: ClassVar[Network.NetID] = ...
|
|
1408
|
+
AE_11: ClassVar[Network.NetID] = ...
|
|
1409
|
+
AE_12: ClassVar[Network.NetID] = ...
|
|
1410
|
+
AE_13: ClassVar[Network.NetID] = ...
|
|
1411
|
+
AE_14: ClassVar[Network.NetID] = ...
|
|
1412
|
+
AE_15: ClassVar[Network.NetID] = ...
|
|
1413
|
+
AE_16: ClassVar[Network.NetID] = ...
|
|
1118
1414
|
Any: ClassVar[Network.NetID] = ...
|
|
1119
1415
|
App_Signal_Status: ClassVar[Network.NetID] = ...
|
|
1120
1416
|
Aux: ClassVar[Network.NetID] = ...
|
|
1121
1417
|
CAN_ERRBITS: ClassVar[Network.NetID] = ...
|
|
1122
1418
|
CGI: ClassVar[Network.NetID] = ...
|
|
1123
1419
|
CoreMiniPreLoad: ClassVar[Network.NetID] = ...
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1420
|
+
DWCAN_01: ClassVar[Network.NetID] = ...
|
|
1421
|
+
DWCAN_02: ClassVar[Network.NetID] = ...
|
|
1422
|
+
DWCAN_03: ClassVar[Network.NetID] = ...
|
|
1423
|
+
DWCAN_04: ClassVar[Network.NetID] = ...
|
|
1424
|
+
DWCAN_05: ClassVar[Network.NetID] = ...
|
|
1425
|
+
DWCAN_06: ClassVar[Network.NetID] = ...
|
|
1426
|
+
DWCAN_07: ClassVar[Network.NetID] = ...
|
|
1427
|
+
DWCAN_08: ClassVar[Network.NetID] = ...
|
|
1428
|
+
DWCAN_09: ClassVar[Network.NetID] = ...
|
|
1429
|
+
DWCAN_10: ClassVar[Network.NetID] = ...
|
|
1430
|
+
DWCAN_11: ClassVar[Network.NetID] = ...
|
|
1431
|
+
DWCAN_12: ClassVar[Network.NetID] = ...
|
|
1432
|
+
DWCAN_13: ClassVar[Network.NetID] = ...
|
|
1433
|
+
DWCAN_14: ClassVar[Network.NetID] = ...
|
|
1434
|
+
DWCAN_15: ClassVar[Network.NetID] = ...
|
|
1435
|
+
DWCAN_16: ClassVar[Network.NetID] = ...
|
|
1132
1436
|
Data_To_Host: ClassVar[Network.NetID] = ...
|
|
1133
1437
|
Device: ClassVar[Network.NetID] = ...
|
|
1134
1438
|
DeviceStatus: ClassVar[Network.NetID] = ...
|
|
1135
1439
|
DiskData: ClassVar[Network.NetID] = ...
|
|
1440
|
+
ETHERNET_01: ClassVar[Network.NetID] = ...
|
|
1441
|
+
ETHERNET_02: ClassVar[Network.NetID] = ...
|
|
1442
|
+
ETHERNET_03: ClassVar[Network.NetID] = ...
|
|
1443
|
+
ETHERNET_DAQ: ClassVar[Network.NetID] = ...
|
|
1444
|
+
ETHERNET_TX_WRAP: ClassVar[Network.NetID] = ...
|
|
1136
1445
|
EthPHYControl: ClassVar[Network.NetID] = ...
|
|
1137
|
-
Ethernet: ClassVar[Network.NetID] = ...
|
|
1138
|
-
Ethernet2: ClassVar[Network.NetID] = ...
|
|
1139
|
-
Ethernet3: ClassVar[Network.NetID] = ...
|
|
1140
|
-
Ethernet_DAQ: ClassVar[Network.NetID] = ...
|
|
1141
1446
|
ExtendedCommand: ClassVar[Network.NetID] = ...
|
|
1142
1447
|
ExtendedData: ClassVar[Network.NetID] = ...
|
|
1143
1448
|
FB_Status: ClassVar[Network.NetID] = ...
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1449
|
+
FLEXRAY_01: ClassVar[Network.NetID] = ...
|
|
1450
|
+
FLEXRAY_01A: ClassVar[Network.NetID] = ...
|
|
1451
|
+
FLEXRAY_01B: ClassVar[Network.NetID] = ...
|
|
1452
|
+
FLEXRAY_02: ClassVar[Network.NetID] = ...
|
|
1453
|
+
FLEXRAY_02A: ClassVar[Network.NetID] = ...
|
|
1454
|
+
FLEXRAY_02B: ClassVar[Network.NetID] = ...
|
|
1150
1455
|
FlexRayControl: ClassVar[Network.NetID] = ...
|
|
1151
1456
|
FordSCP: ClassVar[Network.NetID] = ...
|
|
1152
1457
|
ForwardedMessage: ClassVar[Network.NetID] = ...
|
|
1153
1458
|
GMFSA: ClassVar[Network.NetID] = ...
|
|
1154
|
-
HSCAN: ClassVar[Network.NetID] = ...
|
|
1155
|
-
HSCAN2: ClassVar[Network.NetID] = ...
|
|
1156
|
-
HSCAN3: ClassVar[Network.NetID] = ...
|
|
1157
|
-
HSCAN4: ClassVar[Network.NetID] = ...
|
|
1158
|
-
HSCAN5: ClassVar[Network.NetID] = ...
|
|
1159
|
-
HSCAN6: ClassVar[Network.NetID] = ...
|
|
1160
|
-
HSCAN7: ClassVar[Network.NetID] = ...
|
|
1161
1459
|
HW_COM_Latency_Test: ClassVar[Network.NetID] = ...
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1460
|
+
I2C_01: ClassVar[Network.NetID] = ...
|
|
1461
|
+
I2C_02: ClassVar[Network.NetID] = ...
|
|
1462
|
+
I2C_03: ClassVar[Network.NetID] = ...
|
|
1463
|
+
I2C_04: ClassVar[Network.NetID] = ...
|
|
1166
1464
|
ISO14230: ClassVar[Network.NetID] = ...
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1465
|
+
ISO9141_01: ClassVar[Network.NetID] = ...
|
|
1466
|
+
ISO9141_02: ClassVar[Network.NetID] = ...
|
|
1467
|
+
ISO9141_03: ClassVar[Network.NetID] = ...
|
|
1468
|
+
ISO9141_04: ClassVar[Network.NetID] = ...
|
|
1171
1469
|
Invalid: ClassVar[Network.NetID] = ...
|
|
1172
1470
|
J1708: ClassVar[Network.NetID] = ...
|
|
1173
1471
|
J1850VPW: ClassVar[Network.NetID] = ...
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1472
|
+
LIN_01: ClassVar[Network.NetID] = ...
|
|
1473
|
+
LIN_02: ClassVar[Network.NetID] = ...
|
|
1474
|
+
LIN_03: ClassVar[Network.NetID] = ...
|
|
1475
|
+
LIN_04: ClassVar[Network.NetID] = ...
|
|
1476
|
+
LIN_05: ClassVar[Network.NetID] = ...
|
|
1477
|
+
LIN_06: ClassVar[Network.NetID] = ...
|
|
1478
|
+
LIN_07: ClassVar[Network.NetID] = ...
|
|
1479
|
+
LIN_08: ClassVar[Network.NetID] = ...
|
|
1480
|
+
LIN_09: ClassVar[Network.NetID] = ...
|
|
1481
|
+
LIN_10: ClassVar[Network.NetID] = ...
|
|
1482
|
+
LIN_11: ClassVar[Network.NetID] = ...
|
|
1483
|
+
LIN_12: ClassVar[Network.NetID] = ...
|
|
1484
|
+
LIN_13: ClassVar[Network.NetID] = ...
|
|
1485
|
+
LIN_14: ClassVar[Network.NetID] = ...
|
|
1486
|
+
LIN_15: ClassVar[Network.NetID] = ...
|
|
1487
|
+
LIN_16: ClassVar[Network.NetID] = ...
|
|
1488
|
+
LSFTCAN_01: ClassVar[Network.NetID] = ...
|
|
1489
|
+
LSFTCAN_02: ClassVar[Network.NetID] = ...
|
|
1192
1490
|
Logging_Overflow: ClassVar[Network.NetID] = ...
|
|
1193
1491
|
LogicalDiskInfo: ClassVar[Network.NetID] = ...
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
MSCAN: ClassVar[Network.NetID] = ...
|
|
1492
|
+
MDIO_01: ClassVar[Network.NetID] = ...
|
|
1493
|
+
MDIO_02: ClassVar[Network.NetID] = ...
|
|
1494
|
+
MDIO_03: ClassVar[Network.NetID] = ...
|
|
1495
|
+
MDIO_04: ClassVar[Network.NetID] = ...
|
|
1496
|
+
MDIO_05: ClassVar[Network.NetID] = ...
|
|
1497
|
+
MDIO_06: ClassVar[Network.NetID] = ...
|
|
1498
|
+
MDIO_07: ClassVar[Network.NetID] = ...
|
|
1499
|
+
MDIO_08: ClassVar[Network.NetID] = ...
|
|
1500
|
+
MOST_150: ClassVar[Network.NetID] = ...
|
|
1501
|
+
MOST_25: ClassVar[Network.NetID] = ...
|
|
1502
|
+
MOST_50: ClassVar[Network.NetID] = ...
|
|
1206
1503
|
Main51: ClassVar[Network.NetID] = ...
|
|
1207
1504
|
NeoMemorySDRead: ClassVar[Network.NetID] = ...
|
|
1208
1505
|
NeoMemoryWriteDone: ClassVar[Network.NetID] = ...
|
|
1209
|
-
OP_Ethernet1: ClassVar[Network.NetID] = ...
|
|
1210
|
-
OP_Ethernet10: ClassVar[Network.NetID] = ...
|
|
1211
|
-
OP_Ethernet11: ClassVar[Network.NetID] = ...
|
|
1212
|
-
OP_Ethernet12: ClassVar[Network.NetID] = ...
|
|
1213
|
-
OP_Ethernet13: ClassVar[Network.NetID] = ...
|
|
1214
|
-
OP_Ethernet14: ClassVar[Network.NetID] = ...
|
|
1215
|
-
OP_Ethernet15: ClassVar[Network.NetID] = ...
|
|
1216
|
-
OP_Ethernet16: ClassVar[Network.NetID] = ...
|
|
1217
|
-
OP_Ethernet2: ClassVar[Network.NetID] = ...
|
|
1218
|
-
OP_Ethernet3: ClassVar[Network.NetID] = ...
|
|
1219
|
-
OP_Ethernet4: ClassVar[Network.NetID] = ...
|
|
1220
|
-
OP_Ethernet5: ClassVar[Network.NetID] = ...
|
|
1221
|
-
OP_Ethernet6: ClassVar[Network.NetID] = ...
|
|
1222
|
-
OP_Ethernet7: ClassVar[Network.NetID] = ...
|
|
1223
|
-
OP_Ethernet8: ClassVar[Network.NetID] = ...
|
|
1224
|
-
OP_Ethernet9: ClassVar[Network.NetID] = ...
|
|
1225
1506
|
RED: ClassVar[Network.NetID] = ...
|
|
1226
1507
|
RED_App_Error: ClassVar[Network.NetID] = ...
|
|
1227
1508
|
RED_DFLASH_READ: ClassVar[Network.NetID] = ...
|
|
@@ -1249,25 +1530,25 @@ class Network:
|
|
|
1249
1530
|
Red_VBat: ClassVar[Network.NetID] = ...
|
|
1250
1531
|
Reset_Status: ClassVar[Network.NetID] = ...
|
|
1251
1532
|
SCI: ClassVar[Network.NetID] = ...
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1533
|
+
SPI_01: ClassVar[Network.NetID] = ...
|
|
1534
|
+
SPI_02: ClassVar[Network.NetID] = ...
|
|
1535
|
+
SPI_03: ClassVar[Network.NetID] = ...
|
|
1536
|
+
SPI_04: ClassVar[Network.NetID] = ...
|
|
1537
|
+
SPI_05: ClassVar[Network.NetID] = ...
|
|
1538
|
+
SPI_06: ClassVar[Network.NetID] = ...
|
|
1539
|
+
SPI_07: ClassVar[Network.NetID] = ...
|
|
1540
|
+
SPI_08: ClassVar[Network.NetID] = ...
|
|
1541
|
+
SWCAN_01: ClassVar[Network.NetID] = ...
|
|
1542
|
+
SWCAN_02: ClassVar[Network.NetID] = ...
|
|
1262
1543
|
ScriptStatus: ClassVar[Network.NetID] = ...
|
|
1263
1544
|
TCP: ClassVar[Network.NetID] = ...
|
|
1264
1545
|
TextAPI_To_Host: ClassVar[Network.NetID] = ...
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1546
|
+
UART_01: ClassVar[Network.NetID] = ...
|
|
1547
|
+
UART_02: ClassVar[Network.NetID] = ...
|
|
1548
|
+
UART_03: ClassVar[Network.NetID] = ...
|
|
1549
|
+
UART_04: ClassVar[Network.NetID] = ...
|
|
1269
1550
|
UDP: ClassVar[Network.NetID] = ...
|
|
1270
|
-
|
|
1551
|
+
WBMS_01: ClassVar[Network.NetID] = ...
|
|
1271
1552
|
WiVICommand: ClassVar[Network.NetID] = ...
|
|
1272
1553
|
__entries: ClassVar[dict] = ...
|
|
1273
1554
|
def __init__(self, value: int) -> None: ...
|
|
@@ -1285,6 +1566,7 @@ class Network:
|
|
|
1285
1566
|
__members__: ClassVar[dict] = ... # read-only
|
|
1286
1567
|
A2B: ClassVar[Network.Type] = ...
|
|
1287
1568
|
Any: ClassVar[Network.Type] = ...
|
|
1569
|
+
AutomotiveEthernet: ClassVar[Network.Type] = ...
|
|
1288
1570
|
CAN: ClassVar[Network.Type] = ...
|
|
1289
1571
|
Ethernet: ClassVar[Network.Type] = ...
|
|
1290
1572
|
FlexRay: ClassVar[Network.Type] = ...
|
|
@@ -1316,11 +1598,44 @@ class Network:
|
|
|
1316
1598
|
def get_net_id_string(netid: Network.NetID, expand: bool = ...) -> str: ...
|
|
1317
1599
|
def get_type(self) -> Network.Type: ...
|
|
1318
1600
|
|
|
1601
|
+
class PhyMessage:
|
|
1602
|
+
BusIndex: int
|
|
1603
|
+
Clause22: Incomplete
|
|
1604
|
+
Clause45: Incomplete
|
|
1605
|
+
Clause45Enable: bool
|
|
1606
|
+
Enabled: bool
|
|
1607
|
+
Version: int
|
|
1608
|
+
WriteEnable: bool
|
|
1609
|
+
def __init__(self) -> None: ...
|
|
1610
|
+
|
|
1319
1611
|
class RawMessage(Message):
|
|
1320
1612
|
data: list[int]
|
|
1321
1613
|
network: Network
|
|
1322
1614
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1323
1615
|
|
|
1616
|
+
class SPIMessage(Frame):
|
|
1617
|
+
class Direction:
|
|
1618
|
+
__members__: ClassVar[dict] = ... # read-only
|
|
1619
|
+
Read: ClassVar[SPIMessage.Direction] = ...
|
|
1620
|
+
Write: ClassVar[SPIMessage.Direction] = ...
|
|
1621
|
+
__entries: ClassVar[dict] = ...
|
|
1622
|
+
def __init__(self, value: int) -> None: ...
|
|
1623
|
+
def __eq__(self, other: object) -> bool: ...
|
|
1624
|
+
def __hash__(self) -> int: ...
|
|
1625
|
+
def __index__(self) -> int: ...
|
|
1626
|
+
def __int__(self) -> int: ...
|
|
1627
|
+
def __ne__(self, other: object) -> bool: ...
|
|
1628
|
+
@property
|
|
1629
|
+
def name(self) -> str: ...
|
|
1630
|
+
@property
|
|
1631
|
+
def value(self) -> int: ...
|
|
1632
|
+
address: int
|
|
1633
|
+
direction: SPIMessage.Direction
|
|
1634
|
+
mms: int
|
|
1635
|
+
payload: list[int]
|
|
1636
|
+
stats: int
|
|
1637
|
+
def __init__(self) -> None: ...
|
|
1638
|
+
|
|
1324
1639
|
class ScriptStatusMessage(Message):
|
|
1325
1640
|
def __init__(self, *args, **kwargs) -> None: ...
|
|
1326
1641
|
@property
|
|
@@ -1436,6 +1751,21 @@ class TC10WakeStatus:
|
|
|
1436
1751
|
@property
|
|
1437
1752
|
def value(self) -> int: ...
|
|
1438
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
|
+
|
|
1439
1769
|
def find_all_devices() -> list[Device]: ...
|
|
1440
1770
|
def get_last_error() -> APIEvent: ...
|
|
1441
1771
|
def get_supported_devices() -> list[DeviceType]: ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: icsneopy
|
|
3
|
-
Version:
|
|
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.cp312-win_amd64.pyd,sha256=PZFmo1j_t3NKmhjwmhqz-124WYeWwFk9PwnlohROouw,3171840
|
|
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=chqeLhPBtPdrOoreR34YMcofSk3yWDQhkrsDJ2n48LU,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.cp312-win_amd64.pyd,sha256=d8DvJ73ANDxv2RK_T3w86w7j9Ez3cB8JvPCOXkCNnyo,1648128
|
|
3
|
-
icsneopy/icsneopy.pyi,sha256=9nnmo9ovKAHBIWeoAm9OmneMi8VjbXaTMrqVH4qWsUM,57366
|
|
4
|
-
icsneopy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
icsneopy-0.2.0.post1.dev497.dist-info/METADATA,sha256=8OdFbDg6XRhxAD6_McsxJayeI8qw3vCJenTl-9OBi2A,4070
|
|
6
|
-
icsneopy-0.2.0.post1.dev497.dist-info/WHEEL,sha256=NwgjyrmVpVzZ-osOl_ZcT-QXHLFroWlAkN7IC9J-0Pg,106
|
|
7
|
-
icsneopy-0.2.0.post1.dev497.dist-info/licenses/LICENSE,sha256=evgMO8IwO4ik4PxmbMCPlJ2SzvU8GQzbZEnTZ6N1byA,1650
|
|
8
|
-
icsneopy-0.2.0.post1.dev497.dist-info/RECORD,,
|
{icsneopy-0.2.0.post1.dev497.dist-info → icsneopy-1.1.0.post1.dev42.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|