Keysight Pathwave 89600 VSA .NET API
SynchronizationSearchBitPattern Property
See Also 
Agilent.SA.Vsa.Rfid.Interfaces Assembly > Agilent.SA.Vsa.Rfid Namespace > MeasurementExtension Class : SynchronizationSearchBitPattern Property


Glossary Item Box

Gets or sets the bit pattern used by sync search when the synchronization search type is user-specified.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SynchronizationSearchBitPattern As String
C# 
public abstract string SynchronizationSearchBitPattern {get; set;}
C++/CLI 
public:
abstract property String^ SynchronizationSearchBitPattern {
   String^ get();
   void set (    String^ value);
}

Remarks

This value is ignored when IsSynchronizationSearchEnabled is off. The bit pattern is encoded according to the user-specified line coding.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also