MATES / Modular Automatic Test Equipment System API  2.5.0.0
Public Member Functions
IDioAsserts Interface Reference

Asserts suitable for a DIO node. More...

Public Member Functions

void InputSet (int channel)
 Asserts that the specified input channel is in high state. More...
 
void InputEquals (int channel, bool state)
 Asserts that the specified input channel is in the given state. More...
 
void OutputSet (int channel)
 Asserts that the specified output channel is in high state. More...
 
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...
 

Detailed Description

Asserts suitable for a DIO node.

Member Function Documentation

void InputSet ( int  channel)

Asserts that the specified input channel is in high state.

Parameters
channelThe input channel number [0, 19].

Implemented in DioNode.

void InputEquals ( int  channel,
bool  state 
)

Asserts that the specified input channel is in the given state.

Parameters
channelThe input channel number [0, 19].
stateThe expected state.

Implemented in DioNode.

void OutputSet ( int  channel)

Asserts that the specified output channel is in high state.

Parameters
channelThe output channel number [0, 19].

Implemented in DioNode.

void RegisterEquals ( RegisterNumber  register,
int  value 
)
inherited

Asserts that the specified integral register has the specified value.

Parameters
registerThe register number.
valueThe expected value.

Implemented in Node.

void RegisterEquals ( RegisterNumber  register,
float  value 
)
inherited

Asserts that the specified floating point register has the specified value.

Parameters
registerThe register number.
valueThe expected value.

Implemented in Node.


The documentation for this interface was generated from the following file: