Write/Read
About Exporting Data

ExportDutCfgDescription Property


Description

Sets and reads the description of the DUT configuration after export.

To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method or ExportTimeDomainTextFileWithSpecifiedDefaults Method.

 VB Syntax

doc.ExportDutCfgDescription = descr

Variable

(Type) - Description

doc

(object) - A PLTSDoc object

descr

(String) DUT configuration description. Choose any string to describe the DUT configuration.

Choose " " (empty string) to use the original DUT configuration description.

Return Type

String

Default

" "

Examples

doc.ExportDutCfgDescription = "MyDutConfig"

C++ Syntax

HRESULT get_ExportDutCfgDescription(BSTR *Value);

HRESULT put_ExportDutCfgDescription(BSTR Value);

Interface

IPLTSDoc