dwfpy.analog_output.AnalogOutput

class AnalogOutput(device)[source]

Bases: object

Analog Output module (Arbitrary Waveform Generator).

Methods

Attributes

channels

Gets a collection of Analog Output channels.

device

Gets the device.

property channels: Tuple[AnalogOutputChannel, ...]

Gets a collection of Analog Output channels.

Return type

Tuple[AnalogOutputChannel, ...]

property device: Device

Gets the device.

Return type

Device