ReportInterface(String) Constructor

Top 

Description

Creates a new ReportInterface associated with the output file specified by fileName.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Constructor Signature

ReportInterface(

String fileName)

 

 

Arguments

fileName


Description:

The name of the file to which the report will be generated.

 

 

 

Syntax

ReportInterface myReportInterface1(myString1);

 

 

See also

ReportInterface Object

ReportInterface Guide