7.9.8.23. GEL_GetNumericDriverPropertyΒΆ
Return the value of a numeric driver property
Format
GEL_GetNumericDriverProperty( 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