LibTiePie
0.4.4
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | LstDevGetContainedSerialNumbers (uint32_t dwIdKind, uint32_t dwId, uint32_t *pBuffer, uint32_t dwBufferLength) |
Get serial numbers of the instruments contained in a combined instrument. | |
uint32_t | LstCbDevGetProductId (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the product id of an instrument contained in a combined instrument. | |
uint32_t | LstCbDevGetVendorId (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the vendor id of an instrument contained in a combined instrument. | |
uint32_t | LstCbDevGetName (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber, char *pBuffer, uint32_t dwBufferLength) |
Get the name of an instrument contained in a combined instrument. | |
uint32_t | LstCbDevGetNameShort (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber, char *pBuffer, uint32_t dwBufferLength) |
Get the short name of an instrument contained in a combined instrument. | |
uint32_t | LstCbDevGetNameShortest (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber, char *pBuffer, uint32_t dwBufferLength) |
Get the short name without model postfix of an instrument contained in a combined instrument. | |
TpVersion_t | LstCbDevGetDriverVersion (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the driver version of an instrument contained in a combined instrument. | |
TpVersion_t | LstCbDevGetFirmwareVersion (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the firmware version of an instrument contained in a combined instrument. | |
TpDate_t | LstCbDevGetCalibrationDate (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the calibration date of an instrument contained in a combined instrument. | |
uint16_t | LstCbScpGetChannelCount (uint32_t dwIdKind, uint32_t dwId, uint32_t dwContainedDeviceSerialNumber) |
Get the channel count of an oscilloscope contained in a combined oscilloscope. | |
uint32_t LstDevGetContainedSerialNumbers | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t * | pBuffer, | ||
uint32_t | dwBufferLength | ||
) |
Get serial numbers of the instruments contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
pBuffer | Pointer to buffer for serial numbers. |
dwBufferLength | Length of the buffer. |
uint32_t LstCbDevGetProductId | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
Get the product id of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
uint32_t LstCbDevGetVendorId | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
uint32_t LstCbDevGetName | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber, | ||
char * | pBuffer, | ||
uint32_t | dwBufferLength | ||
) |
Get the name of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
pBuffer | Pointer to buffer to write to. |
dwBufferLength | Length of the buffer. |
uint32_t LstCbDevGetNameShort | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber, | ||
char * | pBuffer, | ||
uint32_t | dwBufferLength | ||
) |
Get the short name of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
pBuffer | Pointer to buffer to write to. |
dwBufferLength | Length of the buffer. |
uint32_t LstCbDevGetNameShortest | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber, | ||
char * | pBuffer, | ||
uint32_t | dwBufferLength | ||
) |
Get the short name without model postfix of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
pBuffer | Pointer to buffer to write to. |
dwBufferLength | Length of the buffer. |
TpVersion_t LstCbDevGetDriverVersion | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
Get the driver version of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
TpVersion_t LstCbDevGetFirmwareVersion | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
Get the firmware version of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
TpDate_t LstCbDevGetCalibrationDate | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
Get the calibration date of an instrument contained in a combined instrument.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |
uint16_t LstCbScpGetChannelCount | ( | uint32_t | dwIdKind, |
uint32_t | dwId, | ||
uint32_t | dwContainedDeviceSerialNumber | ||
) |
Get the channel count of an oscilloscope contained in a combined oscilloscope.
dwIdKind | An id kind. |
dwId | Device index, Device ID or serial number as specified by dwIdKind . |
dwContainedDeviceSerialNumber | Serial number of the contained instrument. |