| Constructor and Description |
|---|
AnalyzerParams(Double frequency,
String timeBaseString,
BitDirection bitDirection,
boolean useExtents,
List<Integer> parameterWidths,
boolean invert) |
AnalyzerParams(Double frequency,
String timeBaseString,
BitDirection bitDirection,
boolean useExtents,
List<Integer> parameterWidths,
int maxParameterWidth,
boolean invert,
Burst.Preferences burstPrefs) |
| Modifier and Type | Method and Description |
|---|---|
BitDirection |
getBitDirection() |
(package private) Burst.Preferences |
getBurstPrefs() |
double |
getFrequency() |
GeneralSpec |
getGeneralSpec(double otherTimebase) |
int |
getMaxParameterWidth() |
int |
getNoBitsLimit(int noPayload) |
Integer |
getParameterWidth(int i) |
Double |
getTimebase() |
boolean |
isInvert() |
boolean |
isPreferPeriods() |
boolean |
isUseExtents() |
public AnalyzerParams(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, boolean invert)
public AnalyzerParams(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, int maxParameterWidth, boolean invert, Burst.Preferences burstPrefs)
Burst.Preferences getBurstPrefs()
public int getNoBitsLimit(int noPayload)
public BitDirection getBitDirection()
public boolean isUseExtents()
public Integer getParameterWidth(int i)
i - public int getMaxParameterWidth()
public double getFrequency()
public Double getTimebase()
public boolean isPreferPeriods()
public GeneralSpec getGeneralSpec(double otherTimebase)
public boolean isInvert()
Copyright © 2019. All rights reserved.