| Write/Read | About Source Power | 
| Description | Enables the source power to be set on individual sweep segments. This property must be set True before seg.TestPortPower = value is sent. Otherwise, the test port power command will be ignored. | 
| VB Syntax | segs.SourcePowerOption = state | 
| Variable | (Type) - Description | 
| segs | A Segments collection (object) | 
| state | (boolean) True - Enables variable TestPortPower to be set segment sweep False - Disables variable TestPortPower to be set segment sweep | 
| Return Type | Boolean | 
| Default | False | 
| Examples | segs.SourcePowerOption = True 'Write | 
| powerOption = SourcePowerOption 'Read | |
| C++ Syntax | HRESULT get_SourcePowerOption(VARIANT_BOOL *pVal) | 
| Interface | ISegments |