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

NameTypeDescription
selectorStringstring

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

valueRFmxGsmMXSignalStructure

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.