Write/Read
About Exporting Data

ExportStopFreqMHz Property


Description

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

To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportStopFreqMHz = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

(Double) Stop frequency (in MHz) of exported data.

Return Type

Double

Default

-1 (Use the stop frequency of the original data)

Examples

doc.ExportStopFreqMHz = 50

C++ Syntax

HRESULT get_ExportStopFreqMHz(Double *Value);

HRESULT put_ExportStopFreqMHz(Double Value);

Interface

IPLTSDoc