584 Keysight M8000 Series of BER Test Solutions User Guide
9 Utilities
M8000.Instrument.Analyzer.SyncNow(groupOrLocationName)
M8000.Instrument.Analyzer.GetBitCounters(groupOrLocationName,
combineIntoOneResult)
Functionality Executes a pattern synchronization on the addressed locations.
Parameters
groupOrLocationName Addresses the locations that shall be aligned.
The use of .Net regular expression patterns is allowed.
Returns Nothing
Notes • Is blocking until the synchronization has finished.
• Not allowed for "DUT_" hooks.
• Supported for locations defined by the DUT Control
Interface script. But requires implementation of
DUT_syncPattern.
Functionality Read the bit counters from the addressed locations and return
either the sum of all addressed counters, or each addressed
counter individually.
Parameters
groupOrLocationName Addresses the locations that shall be read.
The use of .Net regular expression patterns is allowed.
combineIntoOneResult • True
Return the sum of all addressed bit counters as a single
instance of type BitErrorCounter.
• False
Return a dictionary of type IReadOnlyDictionary<string,
BitErrorCounter> that holds an entry for each addressed
location.
Returns BitErrorCounter
or
IReadOnlyDictionary<string, BitErrorCounter>
Notes • Not allowed for "DUT_" hooks.