7.1.5.2 SetSimulationValue Method

This Method sets the Value of array elements of the SimulationValue Variable. The security constraints defined in chapter 6.7 apply.

Signature

	SetSimulationValue (
		[in] 0:Boolean Value
		[in] 0:Byte Qualifier
		[in] 0:Int16 Index
		);
	
Argument Description
ValueValue used to set the Value member of the array element.
QualifierValue used to set the Qualifier member of the array element.
IndexIndex of array element to set. If -1, the parameters are assigned to all array elements.

The Method Result Codes (defined in Call Service) are defined in Table 27.

Table 27 – Possible Method result codes
Result Code Description
GoodThe Method execution was successful.
Bad_UserAccessDeniedThe Client has not the right to execute the Method since the Operator Role is not granted to the Client’s Session
Bad_InvalidArgumentThe Server is not able to assign the values. Possible reasons: Invalid qualifier value, invalid index.
Bad_UnexpectedErrorThe server is not able to execute the function because an unexpected error occurred. The Device might be temporarily unavailable or unreachable due to network failure.