Visual Basic (Declaration) | |
---|---|
Public MustOverride Property LongCodeMask As String |
C# | |
---|---|
public abstract string LongCodeMask {get; set;} |
C++/CLI | |
---|---|
public: abstract property String^ LongCodeMask { String^ get(); void set ( String^ value); } |
Property Value
The default value is "00000000000".The long code is specifies as a string of hexadecimal characters. This property applies only to reverse-link measurements. The long code specifies a "scrambling" code that was applied to the signal. To demodulate the signal properly, the analyzer must know the code that was used by the transmitter. Only long code value zero is supported - any other value will result in unsuccessful demodulation.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)