[in] ViSession handle for the driver session.
DriverSession::DriverSetup
Returns the DriverSetup option that was passed as part of the OptionsString parameter to the InitWithOptions function when the driver session was created or that was read from the IVI Configuration Store.
Syntax
Section titled “Syntax”virtual const std::string& DriverSetup() const;
const std::string& DriverSetup(ViSession Vi);Parameters
Section titled “Parameters”Vi
Return value
Section titled “Return value”Returns the DriverSetup string associated with the driver session.
Remarks
Section titled “Remarks”This function returns the DriverSetup string that was either passed to the driver upon initialization or that was read from the IVI Configuration Store. The DriverSetup string is typically parsed by Nimbus into a set of name-value pairs. This function returns the entire string with no processing.