Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

GPIBGetIntResult

Valid for: CANoe DE

Function Syntax

long GPIBGetIntResult (char[] buffer);

Description

Helper functions for extracting numeric values from GPIB response strings.

Parameters

  • buffer: The string in buffer, which may have been obtained by the GPIBResponse function, is searched for an integer number: All non-digit characters in the string as well as all digits found after the first comma character or decimal point are ignored, when assembling the integer number.

Return Values

Extracted integer value.

Example