7.7.6.28. GEL_GetStringDriverPropertyΒΆ
Return the value of a string driver property
Format
GEL_GetStringDriverProperty( propertyName );
Parameters
propertyName specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int hasBoardReset = GEL_GetBoolDriverProperty("Use Board Reset");
string deviceId = GEL_GetStringDriverProperty("device.identify");
int traceId = GEL_GetNumericDriverProperty("device.traceId");
Related Topics