Difference between revisions of "MC-Basic:SYSTEM.ANOUT.bitrange"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages|MC-Basic:SYSTEM.ANOUT.bitrange}} {{MC-Basic |SHORT FORM= Sys.AnOut[Index].bitrange<br> |SYNTAX= ?System.AnOut[Index]bitrange<br> |AVAILABILITY= Version 0.4.20.5...")
 
m
 
Line 5: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
?System.AnOut[Index]bitrange<br>
+
?System.AnOut[Index].bitrange<br>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Latest revision as of 13:55, 31 December 2020

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