Skip to main content
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