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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout 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.