MC-Basic:pls.PLSPOLARITY

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<pls>''.Ppol |SYNTAX= ''<pls>''.PlsPolarity = ''<polarity>''<br> ?''<pls>''.PlsPolarity |AVAILABILITY= All versions |DESCRIPTION= Sets or queries the…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets or queries the initial polarity of the system output associated with a PLS. The initial polarity of a PLS is specified as 1 or 0. The output state is set when the PLS is enabled.

Short form

<pls>.Ppol

Syntax

<pls>.PlsPolarity = <polarity>
?<pls>.PlsPolarity

Availability

All versions

Type

Long

Range

0 or 1

Default

1

Scope

Configuration, Task or Terminal

Limitations

The PLS polarity is only set when the PLS is disabled.

Examples

Pls1.PlsPolarity = 0

See Also