SetSignalStructure(string, RFmxGsmMXSignalStructure)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the signal is bursted or continuous. For bursted signal and continuous signals, set the SetTriggerType(string, RFmxGsmMXTriggerType) to IQPowerEdge and None, respectively.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int SetSignalStructure(string selectorString, RFmxGsmMXSignalStructure value)
Remarks
This method sets the value of SignalStructure attribute.The default value is Bursted.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxGsmMXSignalStructure | Specifies whether the signal is bursted or continuous. For bursted signal and continuous signals, set the SetTriggerType(string, RFmxGsmMXTriggerType) to IQPowerEdge and None, respectively. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.