Write/Read
About Exporting Data

ExportStepTimeNs Property


Description

Sets and reads the Step Time to use when exporting time domain data and ExportDataRange Property is set to Subset. this effectively sets the number of data points exported for each parameter.

To export data, use ExportTimeDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportStepTimeNs = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

(Double) Step time (in Nano seconds) of exported data.

Return Type

Double

Default

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

Examples

doc.ExportStepTimeNs = 5

C++ Syntax

HRESULT get_ExportStepTimeNs(Double *Value);

HRESULT put_ExportStepTimeNs(Double Value);

Interface

IPLTSDoc