Skip to content

Enums/Structs¤

PicoInfo (IntEnum) ¤

Unit information identifiers for querying Pico device details.

Attributes:

Name Type Description
DRIVER_VERSION int

PicoSDK driver version, 0.

USB_VERSION int

USB version (e.g., USB 2.0 or USB 3.0), 1.

HARDWARE_VERSION int

Hardware version of the PicoScope, 2.

VARIANT_INFO int

Device model or variant identifier, 3.

BATCH_AND_SERIAL int

Batch and serial number of the device, 4.

CAL_DATE int

Device calibration date, 5.

KERNEL_VERSION int

Kernel driver version, 6.

DIGITAL_HARDWARE_VERSION int

Digital board hardware version, 7.

ANALOGUE_HARDWARE_VERSION int

Analogue board hardware version, 8.

FIRMWARE_VERSION_1 int

First part of the firmware version, 9.

FIRMWARE_VERSION_2 int

Second part of the firmware version, 10.

MAC_ADDRESS int

MAC address of device, 11.

SHADOW_CAL int

Shadow calibration, 12.

IPP_VERSION int

Version of picoipp library, 13.

DRIVER_PATH int

The path to the library file, 14.

FIRMWARE_VERSION_3 int

Third part of the firmware version, 15.

FRONT_PANEL_FIRMWARE_VERSION int

Front panel firmware version, 16.

BOOTLOADER_VERSION int

Bootloader version, 0x10000001.