534
edits
m (Side Bar Update)  | 
				m (Minor Correction (Typo & precision))  | 
				||
| Line 147: | Line 147: | ||
>>> FGINT1.createElements()  | >>> FGINT1.createElements()  | ||
>>> RMP0PSW = FGINT1.getElement('RMP0PSW')  | >>> RMP0PSW = FGINT1.getElement('RMP0PSW')  | ||
>>> RMP0PSW.  | >>> RMP0PSW.getNode()  | ||
'None'  | 'None'  | ||
>>>  | >>>  | ||
| Line 153: | Line 153: | ||
=== getTypedData() ===  | === getTypedData() ===  | ||
Return the typed value given as agument  | Return the typed value given as agument according to what have been set in the '''''valuestype''''' property  | ||
<syntaxhighlight lang="python">  | <syntaxhighlight lang="python">  | ||
Python 3.4.2 (default, Sep 26 2018, 07:16:01)  | Python 3.4.2 (default, Sep 26 2018, 07:16:01)  | ||
edits