ScanDeviceManager LoadConfigurationDataFromScanDevice

Load the configuration data from the specified device. Any configuration data saved in the Controller card will be fetched. Eg. X,Y and Z scaling factors, scan head configurations etc,

 

public void LoadConfigurationDataFromScanDevice(string deviceName)

 

Return value

void  

 

Parameters

string deviceName The unique name of the device.

 

Exceptions

DeviceNotFoundException Throws when the device with the given name is not found
ConfigurationLoadingException Throws if the configuration fails to load 

 

Example

Copy
scanDeviceManager.LoadConfigurationDataFromScanDevice(deviceName);
DeviceConfigurationData configData =  scanDeviceManager.GetDeviceConfigurationData(deviceName);