Write/Read
About Exporting Data

ExportStartFreqMHz Property


Description

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

To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportStartFreqMHz = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

(Double) Start frequency (in MHz) of exported data. Must be within the range of the original data.

Return Type

Double

Default

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

Examples

doc.ExportStartFreqMHz = 50

C++ Syntax

HRESULT get_ExportStartFreqMHz(Double *Value);

HRESULT put_ExportStartFreqMHz(Double Value);

Interface

IPLTSDoc