Write/Read
About Exporting Data

ExportStopTimeNs Property


Description

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

To export data, use ExportTimeDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportStopTimeNs = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

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

Return Type

Double

Default

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

Examples

doc.ExportStopTimeNs = -10

C++ Syntax

HRESULT get_ExportStopTimeNs(Double *Value);

HRESULT put_ExportStopTimeNs(Double Value);

Interface

IPLTSDoc