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.

Open topic with navigation CAPL Functions » J1939 » GNSS NL » GNSSSetJitterAlt

GNSSSetJitterAlt

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword GNSSSetJitterAlt( double  jitter )

Description

This function sets the jitter by which the altitude deviates from its nominal value. The unit of the parameter depends on the system of measurement units selected with the GNSSSetUnits function.

Parameters

  • jitter: magnitude of the jitter (in m or yd)

Return Values

error code

Example

double jitter = 0.7;
GNSSSetUnits( 1 );
GNSSSetJitterAlt( jitter ); // 0,7 yard