586 Keysight M8000 Series of BER Test Solutions User Guide
9 Utilities
M8000.Instrument.Analyzer.GetSymbolLoss(groupOrLocationName,co
mbineIntoOneResult)
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 symbol 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.