Skip to main content

testWaitScopeGetConfigurationInformation

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Returns the available oscilloscopes and possible configurations. The returned device names and function can be used with the function testWaitScopeSetConfiguration.

Parameters

  • deviceNames: The names of the scope device.
  • deviceCount:
    • [in] The number of scope devices requested
    • [out] The number of available scope devices
  • configurationNames: The configuration names of all available configurations.
  • configurationCount:
    • [in] The number of requested configurations
    • [out] The number of available configurations

Return Values

  • 1: Successful
  • 0: Timeout
  • -24: If the array for the string is too small.
  • -25: If the number of devices is not equals to the requested devices.
  • -26: If the number of configurations is not equals to the requested configurations.
  • -27: If the array for the strings is > 260.

Example

See also: testWaitScopeSetConfiguration