Enums/Structs¤
PicoInfo
(IntEnum)
¤
Unit information identifiers for querying Pico device details.
Attributes:
| Name | Type | Description |
|---|---|---|
DRIVER_VERSION |
int
|
PicoSDK driver version, |
USB_VERSION |
int
|
USB version (e.g., USB 2.0 or USB 3.0), |
HARDWARE_VERSION |
int
|
Hardware version of the PicoScope, |
VARIANT_INFO |
int
|
Device model or variant identifier, |
BATCH_AND_SERIAL |
int
|
Batch and serial number of the device, |
CAL_DATE |
int
|
Device calibration date, |
KERNEL_VERSION |
int
|
Kernel driver version, |
DIGITAL_HARDWARE_VERSION |
int
|
Digital board hardware version, |
ANALOGUE_HARDWARE_VERSION |
int
|
Analogue board hardware version, |
FIRMWARE_VERSION_1 |
int
|
First part of the firmware version, |
FIRMWARE_VERSION_2 |
int
|
Second part of the firmware version, |
MAC_ADDRESS |
int
|
MAC address of device, |
SHADOW_CAL |
int
|
Shadow calibration, |
IPP_VERSION |
int
|
Version of picoipp library, |
DRIVER_PATH |
int
|
The path to the library file, |
FIRMWARE_VERSION_3 |
int
|
Third part of the firmware version, |
FRONT_PANEL_FIRMWARE_VERSION |
int
|
Front panel firmware version, |
BOOTLOADER_VERSION |
int
|
Bootloader version, |