Spike Toolbox

STAddrLogicalConstruct
Build a logical address from a neuron and synapse ID

Syntax
[addrLog] = STAddrLogicalConstruct(nAddr1, nAddr2, ...) [addrLog] = STAddrLogicalConstruct(stasSpecification, nAddr1, nAddr2, ...)

Description
STAddrLogicalConstruct will return the logical address corresponding to a synapse address provided by the addressing fields. The returned address will take the form defined by the addressing specification. If a specification is not supplied in the argument list, the default output address specification will be taken from the toolbox options.

Address fields marked as 'major' fields in the specification will be to the left of the decimal point. Fields marked as 'minor' fields will be to the right of the decimal point. Fields will be taken from the command line in least to most significant order. The most significant 'minor' field will be closest to the decimal point.

Note that logical addresses are intended to be in semi-human readable form,and therefore addressing fields marked for reversal will not be reversed.

See Also
Understanding toolbox addressing, STAddrLogicalExtract, STAddrPhysicalConstruct, STAddrPhysicalExtract


$Id: STAddrLogicalConstruct.html 1783 2005-08-31 21:05:51Z dylan $