IviUpconverter_ConfigureRFOutputLevel
- Updated2023-02-24
- 1 minute(s) read
ViStatus IviUpconverter_ConfigureRFOutputLevel (ViSession instrumentHandle, ViReal64 RFOutputLevel_dBm);
Purpose
This function configures the power level that should appear at the active RF output of the upconverter.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
instrumentHandle | ViSession | The ViSession handle that you obtain from the IviUpconverter_init or IviUpconverter_InitWithOptions function. The handle identifies a particular instrument session.
Default Value: None |
RFOutputLevel_dBm | ViReal64 | Specifies the output power that should appear at the active RF output of the upconverter. The driver uses this value to set the IVIUPCONVERTER_ATTR_RF_OUTPUT_LEVEL attribute.
Units: dBm Default Value: 0.0 dBm |