Extensions.DiagConfiguration.GetActiveVehicleInformation

From emotive
Jump to navigation Jump to search

Classification

Name GetActiveVehicleInformation
Short Description Returns the short name of the active vehicle information.
Class Term
Extension OTX DiagConfiguration extension
Group DiagConfiguration related Terms
Exceptions
Checker Rules
Standard Compliant Yes

OTL Syntax

StringTerm DiagConfiguration.GetActiveVehicleInformation();

Description

Returns the short name of the active vehicle information. If no vehicle information is active, the returned String is empty.

Icons Note.png The appropriate MVCI system operation is MCDProject::getActiveVehicleInformation

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
String The short name of the active vehicle information.

Properties

None

OTL Examples

	/// Local Declarations

	String String1;
	
	/// Flow

	String1 = DiagConfiguration.GetActiveVehicleInformation();

See also

SelectProject
SelectVehicleInformation
GetActiveProject
GetActiveProjectVersion
GetDbProjectList
GetDbVehicleInformationList