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

voltage_source

Public method `telion_api.Circuit.voltage_source(name: 'str', positive: 'NetRef', negative: 'NetRef', value: 'Any' = '0[V]', *, input_name: 'str' = '', input_scale: 'Any' = '1[V]') -> 'ComponentRef'`.

Public method telion_api.Circuit.voltage_source(name: 'str', positive: 'NetRef', negative: 'NetRef', value: 'Any' = '0[V]', *, input_name: 'str' = '', input_scale: 'Any' = '1[V]') -> 'ComponentRef'.

Contract

PropertyValue
symboltelion_api.Circuit.voltage_source
signature(name: 'str', positive: 'NetRef', negative: 'NetRef', value: 'Any' = '0[V]', *, input_name: 'str' = '', input_scale: 'Any' = '1[V]') -> 'ComponentRef'
returnComponentRef

Signature

telion_api.Circuit.voltage_source(name: 'str', positive: 'NetRef', negative: 'NetRef', value: 'Any' = '0[V]', *, input_name: 'str' = '', input_scale: 'Any' = '1[V]') -> 'ComponentRef'
voltage_source — Telion Python API 0.1.0-alpha | Telion