Locate OPC HDA servers with particular description
ind = findDescription(SIObj,'
DescStr
')
ind = findDescription(SIObj,'
returns the indices of the OPC HDA ServerInfo elements in DescStr
')SIObj
,
where the Description
property starts with
'DescStr'
.
Locate all servers on the local host, with the description starting
'Matrikon'
.
siObj = opchdaserverinfo('localhost'); ind = findDescription(siObj,'Matrikon'); siMatrikon = siObj(ind)