Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IQBranch As IQBranchType |
C# | |
---|---|
public abstract IQBranchType IQBranch {get; set;} |
C++/CLI | |
---|---|
public: abstract property IQBranchType IQBranch { IQBranchType get(); void set ( IQBranchType value); } |
Specifies the IQ branch to be used for generating demodulated bits in code channel analysis. This only applies to reverse link measurements. Default is IQBranchType.I.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)