NIDMM_ATTR_SIMULATE
Specific Attribute
Data type |
Access | Coercion | High-Level Function |
---|---|---|---|
ViBoolean | R/W | None | InitWithOptions |
Description
Specifies whether or not to simulate instrument driver I/O operations. If simulation is enabled, instrument driver functions perform range checking and call IVI Get and Set functions, but they do not perform instrument I/O. For output parameters that represent instrument data, the instrument driver functions return calculated values. The default value is VI_FALSE (0). Use the InitWithOptions function to override this setting.
![]() |
Note Simulate can only be set within the InitWithOptions function. The attribute value cannot be changed outside of the function. |