public static interface BERT.DataModule
Modifier and Type | Method and Description |
---|---|
BERT.DataAnalyzer |
createDataAnalyzer()
Create a Data Analyzer from this module.
|
BERT.DataGenerator |
createDataGenerator()
Create a Data Generator from this module.
|
double |
getFrequency()
Get the frequency set for this module
|
double |
getPeriod()
Return the frequency as a period, in nanoseconds.
|
void |
setFrequency(double freqKHz)
This sets the frequency of the module,
which also dictates the frequency of all its terminals
|
BERT.DataGenerator createDataGenerator()
BERT.DataAnalyzer createDataAnalyzer()
void setFrequency(double freqKHz)
freqKHz
- the frequency in Kilohertzdouble getFrequency()
double getPeriod()