Read-Write
About Eye Mask
About Limit Lines

LoadLimitGroup Method


Description

Loads the specified Limit Line or Eye Mask (*.xml) file.

After loading a mask file, wait for the eye diagrams to finish drawing before calling this function.

 VB Syntax

view.LoadLimitGroup fileName, passFail

Variable

(Type) - Description

view

(object) - A PLTSView object

fileName

(String)  Full path, filename, and suffix (.xml) to load.

passFail

(Short) [out] Reads the Pass / Fail status.

0 - Fail

1 - Pass

Return Type

Short

Default

None

Examples

view.LoadLimitGroup "C:/PLTS/S11.xml", bPass

C++ Syntax

HRESULT LoadLimitGroup(BSTR groupName, SHORT * bPass);

Interface

IPLTSView