NAME
Tinkerforge::BrickletAnalogOut - Generates configurable DC voltage between 0V and 5V
CONSTANTS
- DEVICE_IDENTIFIER
-
This constant is used to identify a Analog Out Bricklet.
The get_identity() subroutine and the CALLBACK_ENUMERATE callback of the IP Connection have a device_identifier parameter to specify the Brick's or Bricklet's type.
- DEVICE_DISPLAY_NAME
-
This constant represents the display name of a Analog Out Bricklet.
- FUNCTION_SET_VOLTAGE
-
This constant is used with the get_response_expected(), set_response_expected() and set_response_expected_all() subroutines.
- FUNCTION_GET_VOLTAGE
-
This constant is used with the get_response_expected(), set_response_expected() and set_response_expected_all() subroutines.
- FUNCTION_SET_MODE
-
This constant is used with the get_response_expected(), set_response_expected() and set_response_expected_all() subroutines.
- FUNCTION_GET_MODE
-
This constant is used with the get_response_expected(), set_response_expected() and set_response_expected_all() subroutines.
- FUNCTION_GET_IDENTITY
-
This constant is used with the get_response_expected(), set_response_expected() and set_response_expected_all() subroutines.
FUNCTIONS
- new()
-
Creates an object with the unique device ID *uid* and adds it to the IP Connection *ipcon*.
- set_voltage()
-
Sets the voltage. Calling this function will set the mode to 0 (see :func:`Set Mode`).
- get_voltage()
-
Returns the voltage as set by :func:`Set Voltage`.
- set_mode()
-
Sets the mode of the analog value. Possible modes:
* 0: Normal Mode (Analog value as set by :func:`Set Voltage` is applied) * 1: 1k Ohm resistor to ground * 2: 100k Ohm resistor to ground * 3: 500k Ohm resistor to ground
Setting the mode to 0 will result in an output voltage of 0 V. You can jump to a higher output voltage directly by calling :func:`Set Voltage`.
- get_mode()
-
Returns the mode as set by :func:`Set Mode`.
- get_identity()
-
Returns the UID, the UID where the Bricklet is connected to, the position, the hardware and firmware version as well as the device identifier.
The position can be 'a', 'b', 'c', 'd', 'e', 'f', 'g' or 'h' (Bricklet Port). The Raspberry Pi HAT (Zero) Brick is always at position 'i' and the Bricklet connected to an :ref:`Isolator Bricklet <isolator_bricklet>` is always as position 'z'.
The device identifier numbers can be found :ref:`here <device_identifier>`. |device_identifier_constant|