DALSA Xtium-CLHS PX8

I cannot access any node maps properties, I get a blank dictionary with code below

import cvb

device = cvb.DeviceFactory.open("C:/Program Files/STEMMER IMAGING/Common Vision Blox/Drivers/CVXtiumCLHSPX8.vin", port=0)

node_map = device.node_maps
node_map.keys() # response = dict_keys([]) 
device.close()

Needless to say, I couldn’t run Andreas’ Configure a Device example in Getting Started with CVBpy as the dictionary is empty.

Any help appreciated.

Thanks,
Brijen