public static class NanosimBERT.Event
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
protected static NanosimBERT.Event |
createCaptureAndCheckNodeEvent(double eventTimeNS,
java.lang.String node,
int expectedState,
NanosimDataAnalyzer analyzer)
Create a new Event to check the node for the given
value at the specified time.
|
protected static NanosimBERT.Event |
createCaptureNodeEvent(double eventTimeNS,
java.lang.String node,
NanosimDataAnalyzer analyzer)
Create a new Event to capture the node's value at the specified time.
|
protected static NanosimBERT.Event |
createSetNodeEvent(double eventTimeNS,
java.lang.String node,
double voltage)
Create a new Event to set the node to the value
at the specified time
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |
protected static NanosimBERT.Event createSetNodeEvent(double eventTimeNS, java.lang.String node, double voltage)
eventTimeNS
- the time the event will occurnode
- the node to setvoltage
- the voltage to set the node toprotected static NanosimBERT.Event createCaptureNodeEvent(double eventTimeNS, java.lang.String node, NanosimDataAnalyzer analyzer)
eventTimeNS
- the timenode
- which nodeanalyzer
- the analyzer to report the capture toprotected static NanosimBERT.Event createCaptureAndCheckNodeEvent(double eventTimeNS, java.lang.String node, int expectedState, NanosimDataAnalyzer analyzer)
eventTimeNS
- node
- expectedState
- analyzer
- the analyzer to report the capture topublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object