7.7.8.83. GEL_SetStringDebugPropertyΒΆ

Set the value of a boolean debug property

Syntax

GEL_SetStringDebugProperty( propertyName, value );

Parameters

propertyName: specifies the property name

value: specifies the value

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

int autoResetOnConnect = GEL_GetBoolDebugProperty("AutoResetOnConnect");
string flashFiles = GEL_GetStringDebugProperty("FlashFiles");
int flashTimeout = GEL_GetNumericDebugProperty(""FlashTimeoutValue");

GEL_SetBoolDebugProperty("AutoResetOnConnect", 1);
GEL_SetStringDebugProperty("FlashFiles", "a.out");
GEL_SetNumericDebugProperty(""FlashTimeoutValue", 100);

Related Topics

GEL_GetBoolDebugProperty

GEL_GetBoolDriverProperty

GEL_GetBoolTargetDbProperty

GEL_GetNumericDebugProperty

GEL_GetNumericDriverProperty

GEL_GetNumericTargetDbProperty

GEL_GetStringDebugProperty

GEL_GetStringDriverProperty

GEL_GetStringTargetDbProperty

GEL_SetBoolDebugProperty

GEL_SetNumericDebugProperty