| Write/Read | About Safe Sweep | 
| Description | Set and read the Safe Sweep FINE power adjustment. | 
| VB Syntax | gca.SafeSweepFinePowerAdjustment = value | 
| Variable | (Type) - Description | 
| gca | A GainCompression (object) | 
| value | (Double) Fine power adjustment setting in dBm. Choose a value from +30 to (-30). | 
| Return Type | Double | 
| Default | 1.0 | 
| Examples | gca.SafeSweepFinePowerAdjustment = 0.1 'Write | 
| SSfine = gca.SafeSweepFinePowerAdjustment 'Read | |
| C++ Syntax | HRESULT get_SafeSweepFinePowerAdjustment(double* value) HRESULT put_SafeSweepFinePowerAdjustment(double value) | 
| Interface | IGainCompression |