• Andrew's avatar
    Improve instantiate when parent has string node id + small fixes (#342) · 962ab91c
    Andrew authored
    * Improve instantiate when parent has string node id
    
    * Make String node id instantiation more clear
    
    * Fix string to value for boolean
    
    Can't use bool(string); will always return true
    Make string to UA ints more readable
    
    * Ignore XML Extensions tag
    
    Other modelers make this XML element which contains a model and hash
    from the generation tool
    
    * Add test for instaniate with String NodeIds
    
    * Handle import of Null values
    962ab91c
instantiate.py 3.53 KB