IviSpecAn_ConfigureConversionLossTable
IviSpecAnExternalMixer Capability Group
C Function Prototype
ViStatus IviSpecAn_ConfigureConversionLossTable (ViSession vi, ViInt32 count, ViReal64[] frequency, ViReal64[] conversionLoss);
Purpose
This function configures the conversion loss table by specifying a series of frequency and a power loss pairs.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviSpecAn_init or IviSpecAn_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |
count | ViInt32 | Specify the number of frequency and conversion loss pairs.
Default Value: None |
frequency | ViReal64[] | An array of frequency values for the frequency and power loss pairs. The array must have at least as many elements as the value you specify in the Count parameter.
Default Value: None |
conversionLoss | ViReal64[] | An array of conversion loss values for the frequency and power loss pairs. The array must have at least as many elements as the value you specify in the Count parameter.
Default Value: None |