Switches to the given model on the target.
Namespace:
Quanser.Targets
Assembly:
Quanser.Targets (in Quanser.Targets.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub SwitchToModel ( _
name As String, _
arguments As String, _
group_id As UInteger _
) |
C# |
---|
public void SwitchToModel(
string name,
string arguments,
uint group_id
) |
Visual C++ |
---|
public:
void SwitchToModel(
String^ name,
String^ arguments,
unsigned int group_id
) |
JavaScript |
---|
function switchToModel(name, arguments, group_id); |
Parameters
- name
- Type: System..::.String
The name of the model to load (switch in).
- arguments
- Type: System..::.String
The command-line arguments to pass to the model being loaded.
- group_id
- Type: System..::.UInt32
The reconfiguration group identifier for models to be terminated (switched out).
Remarks
See Also