MC-Basic:SYSTEM.ANOUT.analogscale

From SoftMC-Wiki
Revision as of 14:02, 31 December 2020 by Guy (talk | contribs) (Created page with "{{Languages|MC-Basic:SYSTEM.ANOUT.analogscale}} {{MC-Basic |SHORT FORM= Sys.AnOut[Index].analogscale<br> |SYNTAX= ?System.AnOut[Index].analogscale<br> |AVAILABILITY= Versio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English

Exactly the same as Sys.ANIN[Index].analogscale

Used to convert bits to a physical voltage value.

Short form

Sys.AnOut[Index].analogscale

Syntax

?System.AnOut[Index].analogscale

Availability

Version 0.4.20.5r8-C2 or higher

Type

Double

Default

1

Scope

Configuration, Task or Terminal

Limitations

Read or write.

Examples

  • -->Sys.AnOut[1].analogscale = 0.1234

See Also