IviRFSigGen_ConfigureAMExternalCoupling
IviRFSigGenModulateAM Capability Group
C Function Prototype
ViStatus IviRFSigGen_ConfigureAMExternalCoupling (ViSession vi, ViInt32 amExternalCoupling);
Purpose
This function configures the coupling of an external source for amplitude modulation.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | The ViSession handle that you obtain from the IviRFSigGen_init or IviRFSigGen_InitWithOptions function. The handle identifies a particular instrument session. Default Value: None |
amExternalCoupling | ViInt32 | Specifies the coupling of the external source of the modulating signal. The driver uses this value to set the IVIRFSIGGEN_ATTR_AM_EXTERNAL_COUPLING attribute. Defined Values: IVIRFSIGGEN_VAL_AM_EXTERNAL_COUPLING_AC - AC Coupling IVIRFSIGGEN_VAL_AM_EXTERNAL_COUPLING_DC - DC Coupling Default Value: IVIRFSIGGEN_VAL_AM_EXTERNAL_COUPLING_AC |