| Read/Write | About Embedded LO | 
| Description | Sets and returns the frequency span for the broadband tuning sweep. | 
| VB Syntax | obj.BroadbandTuningSpan = value | 
| Variable | (Type) - Description | 
| obj | An EmbeddedLO (object) or A ConverterEmbeddedLO (object) | 
| value | (Double) Broadband frequency span in Hz. | 
| Return Type | (Double) | 
| Default | 3 MHz | 
| Examples | embedLO.BroadbandTuningSpan = 1E6 'write | 
| value = embedLO.BroadbandTuningSpan 'read | |
| C++ Syntax | HRESULT get_BroadbandTuningSpan(double* span); HRESULT put_BroadbandTuningSpan(double span); | 
| Interface | IEmbededLO |