Iris API Model - v0.7.0
    Preparing search index...

    Class Channel

    Binding of the instrument, driver and listening IP port.

    Index

    Constructors

    Properties

    driverId: string = ''

    Id of the driver to use in communication in this channel.

    id: number = 0

    Unique identifier of the channel in Iris.

    instrument?: Instrument

    Instrument definition.

    isConnected: boolean = false

    Is the channel connected.

    isEnabled: boolean = true

    Is the channel enabled for communication.

    isRunning: boolean = false

    Is the channel running.

    name: string = ''

    Friendly name of the channel.

    note?: string

    Public notes.

    port: number = 0

    TCP port to listen for a connections.