methodAvailable
set_control_values
Set bounded Control Field values through Telion's variables feature path.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.VariableTable.set_control_values | — |
| signature | (mode: 'str' = 'Global', initial_value: 'Any' = '0', lower_bound: 'Any' = '0', upper_bound: 'Any' = '1') -> "'VariableTable'" | — |
| return | 'VariableTable' | — |
Set bounded Control Field values through Telion's variables feature path.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.VariableTable.set_control_values |
| signature | (mode: 'str' = 'Global', initial_value: 'Any' = '0', lower_bound: 'Any' = '0', upper_bound: 'Any' = '1') -> "'VariableTable'" |
| return | 'VariableTable' |
Signature
telion_api.VariableTable.set_control_values(mode: 'str' = 'Global', initial_value: 'Any' = '0', lower_bound: 'Any' = '0', upper_bound: 'Any' = '1') -> "'VariableTable'"