Keysight M8000 Series of BER Test Solutions User Guide 585
Utilities 9
M8000.Instrument.Analyzer.GetDataLoss(groupOrLocationName,
combineIntoOneResult)
M8000.Instrument.Analyzer.GetSyncLoss(groupOrLocationName,combi
neIntoOneResult)
Functionality Read the data loss status bit from the addressed locations and
return either the logical OR of all addressed locations, or each
location's status individually.
Parameters
groupOrLocationName Addresses the locations that shall be read.
The use of .Net regular expression patterns is allowed.
combineIntoOneResult • True
Return the logical OR of all addressed status bits.
• False
Return a dictionary of type IReadOnlyDictionary<string,
bool> that holds an entry for each addressed location.
Returns bool
or
IReadOnlyDictionary<string, bool>
Notes • Not allowed for "DUT_" hooks.
• Not supported for locations defined by the DUT Control
Interface script.
Functionality Read the sync loss status bit from the addressed locations and
return either the logical OR of all addressed locations, or each
location's status individually.
Parameters
groupOrLocationName Addresses the locations that shall be read.
The use of .Net regular expression patterns is allowed.