Releases for Link Display

LinkDisplay IGOR.6.20.x-2.3

Release File: LinkDisplay-IGOR.6.20.x-2.3.zip
Version: IGOR.6.20.x-2.3
Version Date: Mon, 10/11/2010 - 05:10 pm
Version Major: 2
Version Patch Level: 3
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



Bug fixes, code changes, and features.

LinkDisplay IGOR.6.20.x-2.x-dev

Release File: LinkDisplay-IGOR.6.20.x-2.x-dev.zip
Version: IGOR.6.20.x-2.x-dev
Version Date: Sun, 09/26/2010 - 07:00 pm
Version Major: 2
Version Extra: dev
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



Snapshot release from the 6.20-2.x version.

LinkDisplay IGOR.6.20.x-2.2

Release File: LinkDisplay-IGOR.6.20.x-2.2.zip
Version: IGOR.6.20.x-2.2
Version Date: Tue, 07/20/2010 - 03:40 pm
Version Major: 2
Version Patch Level: 2
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



Includes the UnLink function and uses PackageTools.

LinkDisplay IGOR.6.10.x-2.x-dev

Release File: LinkDisplay-IGOR.6.10.x-2.x-dev.zip
Version: IGOR.6.10.x-2.x-dev
Version Date: Mon, 06/29/2009 - 09:00 am
Version Major: 2
Version Extra: dev
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



This release is generally a snapshot of development for the next minor release under version 6.10-2 of Link Display. See the SVN log files here for details of what has been fixed, changed, or added.

LinkDisplay IGOR.6.10.x-2.1

Release File: LinkDisplay-IGOR.6.10.x-2.1.zip
Version: IGOR.6.10.x-2.1
Version Date: Mon, 06/29/2009 - 09:00 am
Version Major: 2
Version Patch Level: 1
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



This release fixes numerous bugs.

LinkDisplay IGOR.6.10.x-2.0

Release File: LinkDisplay-IGOR.6.10.x-2.0.zip
Version: IGOR.6.10.x-2.0
Version Date: Tue, 04/14/2009 - 08:00 pm
Version Major: 2
Version Patch Level: 0
OS Compatibility: Mac-Intel Windows
Release Notes:

Features



Link(xwave,ywaveList,[full])
Links all waves in the string ywaveList in the current folder to the given xwave. Option full=1 links the waves using full path information (useful when working outside of a given folder). This is the default behavior. Use full=0 to link using local (folder dependent) names. When ywaveList is an empty string, link will link xwave to all other waves in the current folder.

LDisplay(ywaveList,[flags,title])
Displays all waves in string ywaveList as a (ywave, xwave) set. Option flags provides for the flags associated with the standard Display command (Display/W=(...)/N=...). Option title provides for setting a title (Display ... as title) including special characters &, ^, and # to change title per waves displayed. An empty string to ywaveList will display all waves in data folder except linked xwave. A ywave without a link is displayed as a scaled wave.

LAppendToGraph(ywaveList,[flags, win])
Appends all waves in string ywaveList as a (ywave, xwave) set to the topmost graph. Optional win string defines which window to append the waves. Optional flags are for the appendtograph operation.

DisplayVS(xwave,[ywavelist,flags,title])
Links and displays all waves in ywavelist to the one xwave. When optional ywavelist is empty, all waves (except the source) in the same folder as xwave are linked and displayed. The optional flags and title are as above.

AppendVS(xwave,[ywaveList,dflags,aflags,title,win])
Links and appends all waves in ywaveList to the one xwave for the desired win. When win is absent, appends to frontmost or creates a new window. Operates otherwise same as DisplayVS and LAppendToGraph.

ItsLink(ywave)
Returns the link (x-wave) name for a given ywave (wave reference).

LinkList(flder, how, [WavesList])
Returns a list of waves in folder fldr according to how and based on selections given in optional WavesList.

Help()
Typing LinkDisplay#Help() on the command line opens the help file.

RemoveMe()
Typing LinkDisplay#RemoveMe() on the command line removes the package.

Other Notes



The procedure file is now just a module and as such should play nice when #included in independent modules.

LinkDisplay IGOR.6.03.x-1.x-dev

Release File: LinkDisplay-IGOR.6.03.x-1.x-dev.zip
Version: IGOR.6.03.x-1.x-dev
Version Date: Thu, 07/10/2008 - 09:00 am
Version Major: 1
Version Extra: dev
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



This development release is for snapshot updates to version 1.x of the package.

LinkDisplay IGOR.6.03.x-1.2

Release File: LinkDisplay-IGOR.6.03.x-1.2.zip
Version: IGOR.6.03.x-1.2
Version Date: Thu, 07/10/2008 - 09:00 am
Version Major: 1
Version Patch Level: 2
OS Compatibility: Mac-Intel Windows
Release Notes:

Features



Link(xwave,ywaveList,[full])
Links all waves in the string ywaveList in the current folder to the given xwave. Option full=1 links the waves using full path information (useful when working outside of a given folder). This is the default behavior. Use full=0 to link using local (folder dependent) names. When ywaveList is an empty string, link will link xwave to all other waves in the folder.

LDisplay(ywaveList,[flags,title])
Displays all waves in string ywaveList as a (ywave, xwave) set. Option flags provides for the flags associated with the standard Display command (Display/W=(...)/N=...). Option title provides for setting a title (Display ... as title). An empty string to ywaveList will display all waves in data folder except linked xwave.

LAppendToGraph(ywaveList,[flags])
Appends all waves in string ywaveList as a (ywave, xwave) set to the topmost graph. Option flags is used as above, and an empty ywaveList behaves as above.

ItsLink(ywave)
Returns the link (x-wave) name for a given ywave (wave reference).

LinkList(flder, how, [WavesList])
Returns a list of waves in folder fldr according to how and based on selections given in optional WavesList.

Help()
Typing LinkDisplay#Help() on the command line opens the help file.

Other Notes



The procedure file is an independent module to hide it from the procedure menu list. As such, it does not play nice when #included in other independent modules. Please consider upgrading to a more recent version.

LinkDisplay IGOR.6.03.x-1.1

Release File: LinkDisplay-IGOR.6.03.x-1.1.zip
Version: IGOR.6.03.x-1.1
Version Date: Mon, 07/07/2008 - 08:30 am
Version Major: 1
Version Patch Level: 1
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



Features

  • ItsLink(...) returns the name of the link (x wave) for a given y-wave

  • LinkList(...) returns a list of linked waves



Code Changes
  • Added a plug-in for standardized file loaders

LinkDisplay IGOR.6.03.x-1.0

Release File: LinkDisplay-IGOR.6.03.x-1.0.zip
Version: IGOR.6.03.x-1.0
Version Date: Mon, 06/16/2008 - 01:10 pm
Version Major: 1
Version Patch Level: 0
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



This is envisioned as the stable release. It is a module rather than an independent module so that it can be #included in independent modules without potential problems. It now also includes a help file.

LinkDisplay IGOR.6.03.x-0.2

Release File: LinkDisplay-IGOR.6.03.x-0.2.zip
Version: IGOR.6.03.x-0.2
Version Date: Fri, 05/23/2008 - 08:30 am
Version Major: 0
Version Patch Level: 2
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



Bug Fixes
Scaled waves are now properly displayed or appended.

Features
Using an empty string for ywaveList in link command will link all waves in folder to the xwave.
Using an empty string for ywaveList in ldisplay or lappendtograph commands will display / append all waves in folder except the (first found) xwave.

Code Changes
Default is now full=1 for the link command

LinkDisplay IGOR.6.03.x-0.11

Release File: LinkDisplay-IGOR.6.03.x-0.11.zip
Version: IGOR.6.03.x-0.11
Version Date: Thu, 04/10/2008 - 08:40 am
Version Major: 0
Version Patch Level: 11
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



IMMEDIATE BUG FIX!!!!! (oops! :-( )

LinkDisplay IGOR.6.03.x-0.10

Release File: LinkDisplay-IGOR.6.03.x-0.10.zip
Version: IGOR.6.03.x-0.10
Version Date: Thu, 04/10/2008 - 07:30 am
Version Major: 0
Version Patch Level: 10
OS Compatibility: Mac-Intel Windows
Release Notes:

Overview



First release of package.

Forum

Support

Gallery

Igor Pro 9

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More