Properties for Controlling IviSwtch Simulation
Note You can set Simulation Attributes in MAX on the Initial Settings tab of IVI Drivers»Advanced»Simulation Driver Sessions»nisIviClass or in the simulation interactive panels. Refer to National Instruments IVI Driver Help»Configuring Your System for more information. |
Two sets of properties exist for use with the IviSwtch Simulation Driver. The following table describes properties that control behavior of the driver. Another table lists properties that simulate the status of specific driver functions.
Properties for Controlling IviSwtch Simulation
Name | Data Type | Access | Applies to | Description |
---|---|---|---|---|
INTERACTIVE_SIMULATION | Boolean | W | N/A | Specifies whether to set the driver to interactive mode. In interactive mode, the simulation driver uses pop-up user interface panels for getting information from you. Non-interactive mode is useful when you do not want the interactive panels to interrupt your test program. |
SELF_TEST_CODE | Integer | W | N/A | Specifies the self-test code. When the IviSwtch Self-Test VI is called, the self-test result parameter returns this value. |
SELF_TEST_MSG | String | W | N/A | Specifies the self-test message. When the IviSwtch Self-Test VI is called, the self-test message parameter returns this string. |
ERROR_QUERY_CODE | Integer | W | N/A | Specifies the error-query code. When the IviSwtch Error-Query VI is called, the error code parameter returns this value. |
ERROR_QUERY_MSG | String | W | N/A | Specifies the error-query message. When the IviSwtch Error-Query VI is called, the error message parameter returns this string. |
DRIVER_REV_QUERY | String | W | N/A | Specifies the instrument driver revision message. When the IviSwtch Revision Query VI is called, the instrument driver revision parameter returns this string. |
INSTR_REV_QUERY | String | W | N/A | Specifies the firmware revision message. When the IviSwtch Revision Query VI is called, the firmware revision parameter returns this string. |
SIMULATE_STATUS_CODE | Boolean | W | N/A | Specifies whether to simulate return codes from the IviSwtch driver VIs. Refer to the IviSwtch Properties for Status Simulation table. |
Related Topics