| Read/Write | About Embedded LO | 
| Description | Sets and returns the maximum number of tuning iterations to achieve the precise tolerance. | 
| VB Syntax | obj.MaxPreciseTuningIterations = value | 
| Variable | (Type) - Description | 
| obj | An EmbeddedLO (object) or A ConverterEmbeddedLO (object) | 
| value | (Long) Maximum number of tuning iterations. | 
| Return Type | (Long) | 
| Default | 5 | 
| Examples | embedLO.MaxPreciseTuningIterations = 3 'write | 
| value = embedLO.MaxPreciseTuningIterations 'read | |
| C++ Syntax | HRESULT get_MaxPreciseTuningIterations long* iter); HRESULT put_MaxPreciseTuningIterations long iter); | 
| Interface | IEmbededLO |