OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

lx

Contents

Brief Information

Lists x-functions (by name, keyword, location etc)

Command Line Usage

1. lx;

2. lx xfname d:=lcvh;

3. lx search:="f-test";

4. lx category:=*nonlin*;

5. lx loc:=user;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Name name

Input

string

*

This variable specifies the name of the X-Functions to be listed. You can also use wild characters * and ? in the category name.

Display display

Input

string

rbn

N sort by name (not composite name)

L show location

C show category

V show variable information

H show general help

B show brief description

A show argument names

T show argument types

D show argument defaults

R remove duplicate names

U update (refresh) list

Category category

Input

string

*

This variable specifies the name of category. You can also use wild characters * and ? in the category name.

Location location

Input

int

all

Location of the X-Function

Option list

  • all:All
    0 All location
  • exe:Exe
    1 System folder
  • group:Group
    2 Group folder
  • user:User
    3 User folder
  • custom:Custom
    Custom folder
  • project:Project
    Project folder
Search search

Input

string

""

Specify a search keyword. Only those x-functions whose documentation contains that keyword are listed. Double quotes are required if the keyword contains a space or dash. No wildcard characters allowed.

Description

This X-Function is use to list the X-Functions installed in the Origin system.

Examples

To lists all x-functions, use the following command:

lx

To show loc, category, variables and help for xfname, use the following command:

lx xfname d:=lcvh

To list all x-functions whose description contains string f-test, use the following command:

lx search:="f-test"

To list x-functions from categories containing "nonlin", use the following command:

lx category:=*nonlin*

To list x-functions in location = User folder (loc:=3), use the following command:

lx loc:=3

Related X-Functions

lc