Vimba_GetStringParameter
Gets a parameter of type String from an Allied Vision camera.
Syntax
C++
Python
def Vimba_GetStringParameter( state: Vimba_State, inParameterName: str, /, *, inDeviceID: str | None = None ) -> outValue: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Vimba_State | ||
![]() |
inDeviceID | str | None | None | Device identifying address |
![]() |
inParameterName | str | Name of feature parameter | |
![]() |
outValue | str | Value retrieved from device parameter |



