Functions
SQBatchProject.h File Reference
#include "SQDef.h"
#include "SQErrorCodes.h"
#include "SQProject.h"
#include "SQBatchModel.h"

Go to the source code of this file.

Functions

SQ_ErrorCode SQ_GetIsBatchProject (SQ_Project pProject, SQ_Bool *bIsBatchProject)
 
SQ_ErrorCode SQ_GetNumberOfBatchModels (SQ_Project pProject, int *piSizeBM)
 
SQ_ErrorCode SQ_GetBatchModel (SQ_Project pProject, int iBMIndex, SQ_BatchModel *pBatchModel)
 

Function Documentation

◆ SQ_GetBatchModel()

SQ_ErrorCode SQ_GetBatchModel ( SQ_Project  pProject,
int  iBMIndex,
SQ_BatchModel pBatchModel 
)

Retrieves the BM object in the model. From the BatchModel object the Batch Evolution Models and Batch Level Models can be retrieved. A BM, sequentially numbered, holds the BEM and the BLM-models built on datasets created from that BEM.

Parameters
[in]pProjectThe project to use
[in]iBMIndexThe index of the BMs to get.
[out]pBatchModelThe BatchModel object.
Returns
Returns SQ_E_OK if success or an error code

◆ SQ_GetIsBatchProject()

SQ_ErrorCode SQ_GetIsBatchProject ( SQ_Project  pProject,
SQ_Bool bIsBatchProject 
)

An inquiry whether the project is a batch project.

Parameters
[in]pProjectThe project to use
[out]bIsBatchProjectIs set to SQ_True if the project is a batch project.
Returns
Returns SQ_E_OK if success or an error code

◆ SQ_GetNumberOfBatchModels()

SQ_ErrorCode SQ_GetNumberOfBatchModels ( SQ_Project  pProject,
int *  piSizeBM 
)

Retrieves the number of BM/BEM Models in the batch project. A BM, sequentially numbered, holds the BEM and the BLM-models built on datasets created from that BEM.

Parameters
[in]pProjectThe project to use
[out]piSizeBMThe number of BMs in the project.
Returns
Returns SQ_E_OK if success or an error code

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