../pvss.htm menu.gif basics.gif

getParaNames()

Lists all the open PARA modules. The function is obsolete as of WinCC OA version 3.6. The function is, however, available for compatibility reasons.

Synopsis

dyn_string getParaNames();

Parameters

    Parameters

    Description

    none

    -

Return value

List of open PARA modules.

Errors

Description

Returns the names of all the open PARA modules in a dyn_string .

example.gifExample

main()

{

....

dyn_string names;

names=getParaNames();

for(i=0;1<dynlen(names);i++)

....

...

}

Member of

Management of managers

Availability

UI

See also

    getGediNames(), getVisionNames()

Top Of Page

 

V 3.11 SP1

Copyright ETM professional control GmbH 2013 All Rights Reserved