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