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 » GNSSSetJitterLatLon

GNSSSetJitterLatLon

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword GNSSSetJitterLatLon( double  jitter )

Description

This function sets the jitter by which the longitudinal and latitudinal degree deviates from the respective 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 = 1.5;
GNSSSetUnits( 0 );
GNSSSetJitterLatLon( jitter ); // 1.5 m