SetAmplitudeLevelDomain(string, RFmxPulseMXPulseAmplitudeLevelDomain)
- Updated2025-10-13
- 1 minute(s) read
Sets whether voltage or power to be used as domain for pulse measurements.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int SetAmplitudeLevelDomain(string selectorString, RFmxPulseMXPulseAmplitudeLevelDomain value)
Remarks
This method sets the value of PulseAmplitudeLevelDomain attribute.The default value is Volts.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxPulseMXPulseAmplitudeLevelDomain | Specifies whether voltage or power to be used as domain for pulse measurements. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.