20.4.1 GetProductionDatasetList

This Method is used to read a list from the server which production datasets are available on the machine's file system (e.g. for a check before an activation or transfer of a production dataset is initiated). The NameFilter and MouldId can be used to reduce the length of the list or for a targeted search.

Signature

	GetProductionDatasetList ( 
		[in]	0:String	NameFilter
		[in]	0:String	MouldId
		[out]	ProductionDatasetInformationType[]	ProductionDatasetList);
Table 109 – GetProductionDatasetList Method Arguments
Argument Description
NameFilter

The Filter can be used to reduce the length of the list or for a targeted search. The wildcards "*" and "?" may be used.

NameFilter = "" requests a lists of all available production datasets, NameFilter = "300" requests only information on the production dataset with ProductionDatasetName "300" (if available), NameFilter = "3*" requests information on production datasets with a ProductionDatasetName starting with "3" (e.g. "300", "301", …).

MouldIdIf MouldId<>"" only production datasets for the given MouldId are requested.
ProductionDatasetListArray of ProductionDatasetInformationType (see 20.4.4) describing the available production datasets on the server.
Table 110 – GetProductionDatasetList Method AddressSpace Definition
Attribute Value
BrowseNameGetProductionDatasetList
References Node Class BrowseName DataType TypeDefinition Modelling Rule
0:HasPropertyVariableInputArgumentsArgument[]0:PropertyTypeMandatory
0:HasPropertyVariableOutputArgumentsArgument[]0:PropertyTypeMandatory