Functions
SQBatchDataset.h File Reference
#include "SQDef.h"
#include "SQErrorCodes.h"
#include "SQDataset.h"

Go to the source code of this file.

Functions

SQ_ErrorCode SQ_GetBatchID (SQ_Dataset pDataset, int *piBatchID)
 
SQ_ErrorCode SQ_GetPhaseID (SQ_Dataset pDataset, int *piPhaseID)
 

Detailed Description

This file list the dataset functionality for a batch dataset used in Umetrics SIMCA-Q products.

Function Documentation

◆ SQ_GetBatchID()

SQ_ErrorCode SQ_GetBatchID ( SQ_Dataset  pDataset,
int *  piBatchID 
)

Retrieves the index of the batch ID column.

Parameters
[in]pDatasetThe dataset to use
[out]piBatchIDThe Batch ID column.
Returns
Returns SQ_E_OK if success or an error code

◆ SQ_GetPhaseID()

SQ_ErrorCode SQ_GetPhaseID ( SQ_Dataset  pDataset,
int *  piPhaseID 
)

Retrieves the index of the phase ID column.

Parameters
[in]pDatasetThe dataset to use
[out]piPhaseIDThe Phase ID column.
Returns
Returns SQ_E_OK if success or an error code

Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen