_XOnDAO2_Groups_VIs.vi

Description



GSAppend

Adds a new Group object to a Groups collection.

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gsHdl Handle of the Groups Collection

gpHdl Group Handle is the reference to an object variable to be appended,

which must be of the same class as the elements of collection.


Connector Pane

GSAppend


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cdlrn

GSHandle

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

idlrn

GSHandle out

GSDelete

This function deletes a Group from this Groups Collection

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gsHdl Handle of the Groups Collection

Name Name of the Group to be deleted


Connector Pane

GSDelete


Controls and Indicators

cdlrn

GSHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cstr

Name

idlrn

GSHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

GSDeleteGS

This function is the destructor of the Groups Handle.

The Handle is invalid afterwards.

Parameters

gsHdl Handle of the Groups Collection

XOn Software GmbH


Connector Pane

GSDeleteGS


Controls and Indicators

cdlrn

GSHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.


GSGetCount

Returns the number of Groups in a Groups collection.

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gsHdl Handle of the Groups Collection

Count Number of Groups


Connector Pane

GSGetCount


Controls and Indicators

cdlrn

GSHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

idlrn

GSHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

ii32

Count

GSGetItem

This function returns the Group Handle which allows to access the Group properties and methods.

Parameters

error Errorcode of this operation: -1 if handle not initialized, 1 if function

works correct, -2 if Error.

gsHdl Handle of the Groups Collection

Index The zero-based index of the group to get.

gpHdl Handle of the Group Object


Connector Pane

GSGetItem


Controls and Indicators

cdlrn

GPHandle

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

cdlrn

GSHandle

ci32

Index

idlrn

GPHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ii32

error

idlrn

GSHandle out

GSNewGS

This function is the constructor of the Groups Handle.

Parameters

gsHdl Handle of the Groups Collection


Connector Pane

GSNewGS


Controls and Indicators

cclst

error in (no error)

The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

idlrn

GSHandle out

iclst

error out

The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.