GetSignalStructure(string, out RFmxGsmMXSignalStructure)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 GetSignalStructure(string selectorString, out RFmxGsmMXSignalStructure value)
Remarks
This method gets 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 | out RFmxGsmMXSignalStructure | Upon return, contains 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.