Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
function execute() {
  return [!inPorts[1].value];
}

...

Truth Table

In

Out

0

1

1

0

...

In Ports

Position

Name

Message Type

Description

1

Trigger

Trigger

This port is being used to trigger the object.

2

In

Digital

This port is being used to receive the digital message for the 'Digital NOT'. The trigger option on this port is disabled by default.

...

Out Ports

Position

Name

Message Type

Description

1

Out

Digital

This port is being used to send out the result message of the 'Digital NOT' conversion once the object executes.

...

Properties

Name

Description

Object Name

The name of the object on the canvas.

Show Code View

The switch to turn on code view for the Code Object.

Duplicate code into custom Code Object

Image Modified