Write/Read
About Exporting Data

ExportPortNmbr Property


Description

Sets and reads the number of ports for which data will be exported.

This selection appears on the DUT Configuration "Change" dialog.

To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method or ExportTimeDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportPortNmbr = value

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

value

(Integer) Number of ports to export. Select the same or less than the number of ports in the original data. If less than the original data, some parameters will NOT be exported.

Return Type

Integer

Default

-1 - Export data for ALL of the original ports.

Examples

doc.ExportPortNmbr = 2

C++ Syntax

HRESULT get_ExportPortNmbr(long *Value);

HRESULT put_ExportPortNmbr(long Value);

Interface

IPLTSDoc