Write-only
About File Import

ImportData Method

Description

Imports a data file and opens a template view. Only frequency domain data is supported. Supported file types include Touchstone 1.0/2.0 (*.sNp) and CitiFile. Text files (*.txt) are not supported.

VB Syntax

plts.ImportData(dataFilePath, templateViewName)

Variable

(Type) - Description

plts

(object) - A PLTSApplication object

dataFilePath

(string) Full path name to existing data file.

templateViewName

(string) Name of template view (case sensitive).

Return Type

Not Applicable

Default

None

Examples

plts.ImportData("C:/Program Files (x86)/Keysight/PLTS2016/MyData.s2p", MyTemplateView)

See an example program.

C++ Syntax

HRESULT ImportData(BSTR dataFilePath, BSTR templateViewName, IDispatch** ppDoc, IDispatch** ppView);

Interface

IPLTSApplication