Write-only
About User Preferences

LoadUserPreferences Method


Description

Load the specified user preferences file.

 VB Syntax

plts.LoadUserPreferences fileName

Variable

(Type) - Description

plts

(object) - A PLTSApplication object

fileName

(String)  Full path, filename, and suffix of the user preference file to be loaded.

Return Type

None

Default

None

Examples

pltsapp.LoadUserPreferences "C://Program Files//Keysight//PLTS_4.0//System//Default.prf"

C++ Syntax

HRESULT LoadUserPreferences(BSTR prfName);

Interface

IPLTSApplication