Writes to the standard input of a model.
            
    Namespace: 
   Quanser.Targets
    Assembly:
   Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub WriteModelInput ( _
	model As String, _
	text As String _
) | 
| C# | 
|---|
| public void WriteModelInput(
	string model,
	string text
) | 
| Visual C++ | 
|---|
| public:
void WriteModelInput(
	String^ model, 
	String^ text
) | 
| JavaScript | 
|---|
| function writeModelInput(model, text); | 
Parameters
- model
- Type: System..::.String
 The name of the model.
- text
- Type: System..::.String
 The text to write to the model's stdin stream.
Remarks
 See Also
See Also