MC-Basic:SYSTEM.ANOUT.bitrange

From SoftMC-Wiki
Jump to: navigation, search
Language: English

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

Used to map the analog output to a specific range in the digital infrastructure array.

Short form

Sys.AnOut[Index].bitrange

Syntax

?System.AnOut[Index].bitrange

Availability

Version 0.4.20.5r8-C2 or higher

Type

long

Range

0, 8, 12, 16, 32 or other

Default

0

Scope

Configuration, Task or Terminal

Limitations

Read or write.

Examples

  • -->Sys.AnOut[1].bitrange = 8
  • according to SYSTEM.ANOUT.map property, the analog output will be mapped to sys.Dout[<.map>][8]

See Also