Dragon API Dragon v0.3.0 Python get_device_family¶ dragon.mps.get_device_family(device_index=None)[source]¶ Return the supported families of specified device. If device_index is None, the current device will be selected. Parameters: device_index (int, optional) – The device index. Returns:List[str] – The supported families.