Write-only
About LXI

LANConfigurationInitialize Method


Description

Performs an initialization (reset) of the PNA’s LAN configuration, as dictated by Section 8.14 of the LAN eXtensions for Instrumentation (LXI) standard (Version 1.1).  This performs the same operation as pressing the LAN Reset button on the PNA LAN Status dialog.

 VB Syntax

app.LANConfigurationInitialize

Variable

(Type) - Description

app

An Application (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

app.LANConfigurationInitialize

C++ Syntax

HRESULT LANConfigurationInitialize ();

Interface

IApplication13