AcqData.LineTermination Property

Top 

Description

This property is used to control what characters to add to the end of a line of a IIRV or EPV. In Windows, lines are terminated with a Carriage Return + Line Feed (CR+LF) Sequence, this is what tells editors like notepad.exe to start a new line for subsequent text. The standard AcqData format uses a (CR+CR+LF+LF) format.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Standard Format )

Valid Values:

Value

Label

0

Standard Format

1

Windows Format

 

Syntax

myVariable1 = myAcqData1.LineTermination;

 

myAcqData1.LineTermination = myVariable1;

 

See also

AcqData Object