[in] ViSession handle for the driver session.
DriverSession::SetQueryInstrStatusEnabled
Enables or disables instrument error polling for the driver session.
Syntax
Section titled “Syntax”virtual void SetQueryInstrStatusEnabled(bool bValue);
void SetQueryInstrStatusEnabled(ViSession Vi, bool bValue);Parameters
Section titled “Parameters”Vi
bValue
[in] Set to True to enable instrument error polling or False to disable it.