MotionView User's Guide

Property File to SI Conversion Factors

Property File to SI Conversion Factors

Previous topic Next topic No expanding text in this topic  

Property File to SI Conversion Factors

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description:

This function converts the units from the property file to SI units.

C Calling Sequence:

int c_rto_file2si_conversion_factors(double *cFactors);

Arguments:

Argument

Type

 

Description

cFactors

Double Precision

Input

Converts all the units from TeimOrbit file to SI units.

FORTRAN Calling Sequence:

DLLFUNC void STDCALL RTO_FILE2SI_CONVERSION_FACTORS_F2C(double *cFactors, int *Success)

Arguments:

Argument

Type

 

Description

cFactors

Double Precision

Input

Converts all the units from TeimOrbit file to SI units.

success

Integer

Output

If the value is read from the table then success return 1 or else 0.