/ MATES / Modular Automatic Test Equipment System API
2.5.0.0
|
Asserts available for all types of nodes. More...
Public Member Functions | |
void | RegisterEquals (RegisterNumber register, int value) |
Asserts that the specified integral register has the specified value. More... | |
void | RegisterEquals (RegisterNumber register, float value) |
Asserts that the specified floating point register has the specified value. More... | |
Asserts available for all types of nodes.
void RegisterEquals | ( | RegisterNumber | register, |
int | value | ||
) |
Asserts that the specified integral register has the specified value.
register | The register number. |
value | The expected value. |
Implemented in Node.
void RegisterEquals | ( | RegisterNumber | register, |
float | value | ||
) |
Asserts that the specified floating point register has the specified value.
register | The register number. |
value | The expected value. |
Implemented in Node.