INFO_STREAM<<"GpibPrologix::get_properties() missing property WriteTerminator created, set to default value 0 (append <CR><LF> at the end of command)"<<endl;
}
if(dev_prop[6].is_empty()==true)
{
Tango::DbDatumprop("GpibAddress");
m_properties_missing=true;
m_status_str+="\nProperty GpibAddress not defined [fix and restart device]";
prop<<gpibAddress;
data_put.push_back(prop);
ERROR_STREAM<<"GpibPrologix::get_properties() missing property GpibAddress not defined [fix and restart device]"<<endl;