v = get(h, propertyname)
v = audiorecorder_get(h, propertyname)
v = h.propertyname
| Parameter | Description |
|---|---|
| h | an audiorecorder object. |
| propertyname | a string: the property's name of audiorecorder object. |
| Parameter | Description |
|---|---|
| v | a nelson variable. |
The function returns the value of the property specified in the string, propertyname.
recObj = audiorecorder()
recObj.Running
| Version | Description |
|---|---|
| 1.16.0 | initial version |