Skip to documentation content
On this page
  1. Contract
  2. Signature

dac

Public method `telion_api.ControlSystem.dac(name: 'str', signal: 'SignalRef | BlockRef', *, bits: 'int' = 16, full_scale: 'Any' = 1, offset: 'Any' = 0, sample_period: 'Any' = '0[s]', initial_value: 'Any' = 0) -> 'BlockRef'`.

Public method telion_api.ControlSystem.dac(name: 'str', signal: 'SignalRef | BlockRef', *, bits: 'int' = 16, full_scale: 'Any' = 1, offset: 'Any' = 0, sample_period: 'Any' = '0[s]', initial_value: 'Any' = 0) -> 'BlockRef'.

Contract

PropertyValue
symboltelion_api.ControlSystem.dac
signature(name: 'str', signal: 'SignalRef | BlockRef', *, bits: 'int' = 16, full_scale: 'Any' = 1, offset: 'Any' = 0, sample_period: 'Any' = '0[s]', initial_value: 'Any' = 0) -> 'BlockRef'
returnBlockRef

Signature

telion_api.ControlSystem.dac(name: 'str', signal: 'SignalRef | BlockRef', *, bits: 'int' = 16, full_scale: 'Any' = 1, offset: 'Any' = 0, sample_period: 'Any' = '0[s]', initial_value: 'Any' = 0) -> 'BlockRef'
dac — Telion Python API 0.1.0-alpha | Telion