WOLFRAM SYSTEM MODELER

endTransactions

Wolfram Language

In[1]:=
SystemModel["ModelPlug.Internal.I2C.endTransactions"]
Out[1]:=

Information

This function needs to be called at the end of all I2C transactions in order for the library to work. The output variable 'done' becomes true (for a single sample) when all transactions are completed.

Syntax

(new_state, new_t, done) = endTransactions(state, t)

Inputs (2)

state

Type: State

t

Type: Transaction

Outputs (3)

new_state

Type: State

new_t

Type: Transaction

done

Type: Boolean