GetFrequencyAndPhaseModulationType(string, out RFmxPulseMXPulseModulationType)
- Updated2025-10-13
- 1 minute(s) read
Gets the pulse modulation type used for the phase and frequency error, and pulsed FM Measurement.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int GetFrequencyAndPhaseModulationType(string selectorString, out RFmxPulseMXPulseModulationType value)
Remarks
This method gets the value of PulseFrequencyAndPhaseModulationType attribute.The default value is CW.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxPulseMXPulseModulationType | Upon return, contains the pulse modulation type used for the phase and frequency error, and pulsed FM Measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.