Initialize Acquisition Session
- Updated2023-02-17
- 3 minute(s) read
Initialize Acquisition Session
Creates a new acquisition session. You can perform static and dynamic acquisition operations with this session.
Creating a new session does not automatically tristate your front panel terminals or channels possibly driving voltages from previous sessions. Refer to the Closenode for more information about leaving lines driving after closing a session.
Set reset instrument to True to place your device in a known start-up state when creating a new session. This action is equivalent to using the Resetnode, and it tristates the front panel terminals and channels.
Inputs/Outputs

resource name
The specified device name.

option string
An unused parameter. Leave this parameter unwired.

id query
A Boolean that specifies whether the driver performs an ID query on the instrument.
| True | The driver ensures compatibility between the instrument and the driver. |
| False | The driver skips the ID query. |
Default value: False

reset instrument
A Boolean that specifies whether the driver resets the device during initialization of the session.
| True | The device is reset. |
| False | The device is not reset. |
Default value: False

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

session out
Handle that identifies the session in all subsequent node calls.
The session out parameter is obtained from the Initialize Acquisition Sessionnode or the Initialize Generation Sessionnode.

error out
Error information.
The node produces this output according to standard error behavior.