Write/Read
About Exporting Data

ExportStartTimeNs Property


Description

Sets and reads the Start Time to use when exporting time domain data and ExportDataRange Property is set to Subset.

To export data, use ExportTimeDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportStartTimeNs = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

(Double) Start time (in Nano seconds) of exported data. Must be within the range of the original data.

Return Type

Double

Default

-1  (Use start time of the original data).

Examples

doc.ExportStartTimeNs = -10

C++ Syntax

HRESULT get_ExportStartTimeNs(Double *Value);

HRESULT put_ExportStartTimeNs(Double Value);

Interface

IPLTSDoc