Instrument connection fixes
- Function connectDevice(this, interface, address) is introduced in the MyInstrument class. Correspondingly, connectTCPIP and connectUSB are deleted from MyScope class
- In order to use the ObjectConstructorName, returned by the instrhwfind(), for device connection specify now 'constructor' as interface
- Device object is initialized to struct() for consistency
- In configureDefaultVisa checks for the existence of properties is added