User manual
2.3.94 AcqrsD1_setSimulationOptions (DEPRECATED)
Purpose
Sets one or several options which will be used by the function AcqrsD1_InitWithOptions, provided that
the optionsString supplied to
AcqrsD1_InitWithOptions contains the string "simulate=TRUE". See
Acqrs_setSimulationOptions
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 = AcqrsD1_setSimulationOptions(
ViString simOptionString);
LabVIEW Representation
Use Acqiris Bx.lvlib: (or Aq Bx) Initialize with Options.vi
Visual Basic Representation
SetSimulationOptions (ByVal simOptionString As String) As Long
Visual Basic .NET Representation
AcqrsD1_setSimulationOptions (ByVal simOptionString As String) _
As Int32
MATLAB MEX Representation
[status] = Aq_setSimulationOptions(simOptionsString)
Programmer’s Reference Manual Page 181 of 210