Status & Access

ahpmean

returns mean importances for each customer group compatible to a QFD0 matrix

Collection ahpmean(Collection ahpimportance, Collection customergroup)

attributelookup

Retrieves the attribute of a given scalar, vector or matrix.

Object attributelookup(Object src, string name, boolean handle_enumerations=false, Object def=nothing)

currentlayer

Collection currentlayer(Collection source, Object type=0)

diagramlookup

searches for a maximum or minimum value of items in a diagram defined by a interrelationship matrix

Collection diagramlookup(Collection diagram, Collection src, integer iterations=1, boolean findmaximum=true, integer level=nothing)

extend

expands the dimension of the given object by 1

Object extend(Collection src, Collection dim, integer lev=leafLevel, integer =leafLevel)

formatcondition

Used for conditional formatting. Using this function creates one of the 4 available conditional format states. For each state, individual format settings can be set.

Collection formatcondition(integer mode, Collection src, Object val1=nothing, Object val2=nothing, Object val3=nothing, Object val4=nothing, Object val5=nothing, Object val6=nothing)

hiword

returns the upper 16 bit of a 32 bit integer value

integer hiword(Collection value)

identicalrows

detects identical rows or columns in a matrix or tensor.

Collection identicalrows(Collection tensor, Object rowdim, Object coldim)

isemptyrow

detects empty rows or columns in a matrix or tensor.

Collection isemptyrow(Collection tensor, Object rowdim, Object coldim)

isprimary

Checks if a cell is marked as the primary cell of a matrix

Collection isprimary(Object obj)

isstate

Checks if a cell is marked with a specified user defined state.

Collection isstate(Object obj, Object state=nothing)

leaflev

Returns the content of the given collection in a new collection using the bottom level of the attached tree.

Collection leaflev(Collection src)

lev

Returns the content of the given collection in a new collection using specified levels of the attached trees.

Collection lev(Collection src, integer dim1=nothing, integer dim2=nothing, integer dim3=nothing, integer dim4=nothing, integer dim5=nothing, integer dim6=nothing, integer dim7=nothing, integer dim8=nothing)

loword

returns the lower 16 bit of a 32 bit integer value

integer loword(Collection value)

matrixlookup

Returns a vector the same size as the two input vectors. The result contains the cells of the given matrix found at the coordinates specified by x and y.

Collection matrixlookup(Collection x, Collection y, Collection matrix)

mget

Collection mget(string system, string table, string column="", string name1="", string name2="", string name3="")

outlev

Returns the content of the given collection in a new collection using the outline level of the attached tree.

Collection outlev(Collection src)

reduce

reduces the dimension of the given object by 1

Object reduce(Collection src, Object dim, integer mode=reduce_to_median, integer =reduce_to_median)

sectionlookup

Returns a section of a n-dimensional tensor with a dimension of n-1, e.g. a column of a matrix.

Object sectionlookup(Collection src, Object key, Collection header=nothing)

selectedbranch

Collection selectedbranch(Collection source, Object selection)

subset

Returns a part of a given source object, specified by a level descriptor for each dimension.

Object subset(Collection src, Object level=nothing)

synctree

Collection synctree(Collection net, Object relval=nothing)

syslev

Returns the content of the given collection in a new collection using the parameter level of the attached tree.

Collection syslev(Collection src)

throwerror

Interrupts recalculation and returns an error message. The error message is shown in the session window. This function can be used for exception handling in user-defined functions.

integer throwerror(integer error)

trizsolution

Returns the list of TRIZ conflict resolutions for an auto matrix (roof matrix) of characteristics.

Collection trizsolution(Collection conflicts, Object parameters, Collection solutions)

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=