User manual

2.3.21 Acqrs_setSimulationOptions
Purpose
Sets one or several options which will be used by the function Acqrs_InitWithOptions, provided that the
optionsString supplied with that function contains the string "simulate=TRUE".
Parameters
Input
Name Type Description
simOptionString ViString String listing the desired simulation options. See
discussion below.
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
See the Programmer’s Guide section 3.2.10, Simulated Devices, for details on simulation. A string of the
form “M8M” is used to set an 8 Mbyte simulated memory. The simulation options are reset to none by
setting simOptionString to an empty string "".
LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_setSimulationOptions(
ViString simOptionString);
LabVIEW Representation
Use Acqiris Bx.lvlib: (or Aq Bx) Initialize with Options.vi
Visual Basic .NET Representation
Acqrs_setSimulationOptions (ByVal simOptionString As String) _
As Int32
MATLAB MEX Representation
[status] = Aq_setSimulationOptions(simOptionsString)
Programmer’s Reference Manual Page 41 of 210