Constructor for a single DAC output.
Namespace: IO.Objects.SimpleIO.DACAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Sample(
Designator desg,
int resolution,
int sample = 0
)
Parameters
- desg Designator
- DAC output designator.
- resolution Int32
- Bits of resolution.
- sample Int32 (Optional)
- Initial DAC output sample.
See Also