Read/Write |
About Embedded LO |
Description |
Sets and returns the method used to determine the embedded LO Frequency. |
VB Syntax |
obj.TuningMode = value |
Variable |
(Type) - Description |
obj |
An EmbeddedLO (object) or A ConverterEmbeddedLO (object) |
value |
(Enum as NAEmbeddedLOTuningMode) Tuning mode. Choose from: 0 - naEmbeddedLOTuningMode_Broadband_And_Precise 1 - naEmbeddedLOTuningMode_Precise_Only 2 - naEmbeddedLOTuningMode_None |
Return Type |
(Enum) |
Default |
0 - naEmbeddedLOTuningMode_Broadband_And_Precise |
Examples |
embedLO.TuningMode = naEmbeddedLOTuningMode_None 'write |
value = embedLO.TuningMode 'read |
|
C++ Syntax |
HRESULT get_TuningMode(enum NAEmbeddedLOTuningMode* mode); HRESULT put_TuningMode(enum NAEmbeddedLOTuningMode mode); |
Interface |
IEmbededLO |