status

The status commands module.

These commands are used in the following models: SS3706A

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- status.condition
- status.measurement.condition
- status.measurement.enable
- status.measurement.event
- status.measurement.ntr
- status.measurement.ptr
- status.node_enable
- status.node_event
- status.operation.condition
- status.operation.enable
- status.operation.event
- status.operation.ntr
- status.operation.ptr
- status.operation.user.condition
- status.operation.user.enable
- status.operation.user.event
- status.operation.user.ntr
- status.operation.user.ptr
- status.questionable.condition
- status.questionable.enable
- status.questionable.event
- status.questionable.ntr
- status.questionable.ptr
- status.request_enable
- status.request_event
- status.reset()
- status.standard.condition
- status.standard.enable
- status.standard.event
- status.standard.ntr
- status.standard.ptr
- status.system.condition
- status.system.enable
- status.system.event
- status.system.ntr
- status.system.ptr
- status.system2.condition
- status.system2.enable
- status.system2.event
- status.system2.ntr
- status.system2.ptr
- status.system3.condition
- status.system3.enable
- status.system3.event
- status.system3.ntr
- status.system3.ptr
- status.system4.condition
- status.system4.enable
- status.system4.event
- status.system4.ntr
- status.system4.ptr
- status.system5.condition
- status.system5.enable
- status.system5.event
- status.system5.ntr
- status.system5.ptr

Status

Bases: BaseTSPCmd

The status command tree.

Properties and methods
  • .condition: The status.condition attribute.
  • .measurement: The status.measurement command tree.
  • .node_enable: The status.node_enable attribute.
  • .node_event: The status.node_event attribute.
  • .operation: The status.operation command tree.
  • .questionable: The status.questionable command tree.
  • .request_enable: The status.request_enable attribute.
  • .request_event: The status.request_event attribute.
  • .reset(): The status.reset() function.
  • .standard: The status.standard command tree.
  • .system: The status.system command tree.
  • .system2: The status.system2 command tree.
  • .system3: The status.system3 command tree.
  • .system4: The status.system4 command tree.
  • .system5: The status.system5 command tree.

condition property

condition: str

Access the status.condition attribute.

Description
  • This attribute stores the status byte condition register.
Usage
  • Accessing this property will send the print(status.condition) query.
TSP Syntax
- print(status.condition)
Raises:

measurement property

measurement: StatusMeasurement

Return the status.measurement command tree.

Sub-properties and sub-methods
  • .condition: The status.measurement.condition attribute.
  • .enable: The status.measurement.enable attribute.
  • .event: The status.measurement.event attribute.
  • .ntr: The status.measurement.ntr attribute.
  • .ptr: The status.measurement.ptr attribute.

node_enable property writable

node_enable: str

Access the status.node_enable attribute.

Description
  • This attribute stores the system node enable register.
Usage
  • Accessing this property will send the print(status.node_enable) query.
  • Setting this property to a value will send the status.node_enable = value command.
TSP Syntax
- status.node_enable = value
- print(status.node_enable)
Raises:

node_event property

node_event: str

Access the status.node_event attribute.

Description
  • This attribute stores the status node event register.
Usage
  • Accessing this property will send the print(status.node_event) query.
TSP Syntax
- print(status.node_event)
Raises:

operation property

operation: StatusOperation

Return the status.operation command tree.

Sub-properties and sub-methods
  • .condition: The status.operation.condition attribute.
  • .enable: The status.operation.enable attribute.
  • .event: The status.operation.event attribute.
  • .ntr: The status.operation.ntr attribute.
  • .ptr: The status.operation.ptr attribute.
  • .user: The status.operation.user command tree.

questionable property

questionable: StatusQuestionable

Return the status.questionable command tree.

Sub-properties and sub-methods
  • .condition: The status.questionable.condition attribute.
  • .enable: The status.questionable.enable attribute.
  • .event: The status.questionable.event attribute.
  • .ntr: The status.questionable.ntr attribute.
  • .ptr: The status.questionable.ptr attribute.

request_enable property writable

request_enable: str

Access the status.request_enable attribute.

Description
  • This attribute stores the settings of the Service Request (SRQ) Enable Register.
Usage
  • Accessing this property will send the print(status.request_enable) query.
  • Setting this property to a value will send the status.request_enable = value command.
TSP Syntax
- status.request_enable = value
- print(status.request_enable)
Raises:

request_event property

request_event: str

Access the status.request_event attribute.

Description
  • This attribute stores the service request (SRQ) event register.
Usage
  • Accessing this property will send the print(status.request_event) query.
TSP Syntax
- print(status.request_event)
Raises:

standard property

standard: StatusStandard

Return the status.standard command tree.

Sub-properties and sub-methods
  • .condition: The status.standard.condition attribute.
  • .enable: The status.standard.enable attribute.
  • .event: The status.standard.event attribute.
  • .ntr: The status.standard.ntr attribute.
  • .ptr: The status.standard.ptr attribute.

system property

system: StatusSystem

Return the status.system command tree.

Sub-properties and sub-methods
  • .condition: The status.system.condition attribute.
  • .enable: The status.system.enable attribute.
  • .event: The status.system.event attribute.
  • .ntr: The status.system.ntr attribute.
  • .ptr: The status.system.ptr attribute.

system2 property

system2: StatusSystem2

Return the status.system2 command tree.

Sub-properties and sub-methods
  • .condition: The status.system2.condition attribute.
  • .enable: The status.system2.enable attribute.
  • .event: The status.system2.event attribute.
  • .ntr: The status.system2.ntr attribute.
  • .ptr: The status.system2.ptr attribute.

system3 property

system3: StatusSystem3

Return the status.system3 command tree.

Sub-properties and sub-methods
  • .condition: The status.system3.condition attribute.
  • .enable: The status.system3.enable attribute.
  • .event: The status.system3.event attribute.
  • .ntr: The status.system3.ntr attribute.
  • .ptr: The status.system3.ptr attribute.

system4 property

system4: StatusSystem4

Return the status.system4 command tree.

Sub-properties and sub-methods
  • .condition: The status.system4.condition attribute.
  • .enable: The status.system4.enable attribute.
  • .event: The status.system4.event attribute.
  • .ntr: The status.system4.ntr attribute.
  • .ptr: The status.system4.ptr attribute.

system5 property

system5: StatusSystem5

Return the status.system5 command tree.

Sub-properties and sub-methods
  • .condition: The status.system5.condition attribute.
  • .enable: The status.system5.enable attribute.
  • .event: The status.system5.event attribute.
  • .ntr: The status.system5.ntr attribute.
  • .ptr: The status.system5.ptr attribute.

reset

reset() -> None

Run the status.reset() function.

Description
  • This function resets all bits in the status model.
TSP Syntax
- status.reset()
Raises:

StatusMeasurement

Bases: BaseTSPCmd

The status.measurement command tree.

Properties and methods
  • .condition: The status.measurement.condition attribute.
  • .enable: The status.measurement.enable attribute.
  • .event: The status.measurement.event attribute.
  • .ntr: The status.measurement.ntr attribute.
  • .ptr: The status.measurement.ptr attribute.

condition property

condition: str

Access the status.measurement.condition attribute.

Description
  • These attributes contain the measurement event register set.
Usage
  • Accessing this property will send the print(status.measurement.condition) query.
TSP Syntax
- print(status.measurement.condition)
Raises:

enable property writable

enable: str

Access the status.measurement.enable attribute.

Description
  • These attributes contain the measurement event register set.
Usage
  • Accessing this property will send the print(status.measurement.enable) query.
  • Setting this property to a value will send the status.measurement.enable = value command.
TSP Syntax
- status.measurement.enable = value
- print(status.measurement.enable)
Raises:

event property

event: str

Access the status.measurement.event attribute.

Description
  • These attributes contain the measurement event register set.
Usage
  • Accessing this property will send the print(status.measurement.event) query.
TSP Syntax
- print(status.measurement.event)
Raises:

ntr property writable

ntr: str

Access the status.measurement.ntr attribute.

Description
  • These attributes contain the measurement event register set.
Usage
  • Accessing this property will send the print(status.measurement.ntr) query.
  • Setting this property to a value will send the status.measurement.ntr = value command.
TSP Syntax
- status.measurement.ntr = value
- print(status.measurement.ntr)
Raises:

ptr property writable

ptr: str

Access the status.measurement.ptr attribute.

Description
  • These attributes contain the measurement event register set.
Usage
  • Accessing this property will send the print(status.measurement.ptr) query.
  • Setting this property to a value will send the status.measurement.ptr = value command.
TSP Syntax
- status.measurement.ptr = value
- print(status.measurement.ptr)
Raises:

StatusOperation

Bases: BaseTSPCmd

The status.operation command tree.

Properties and methods
  • .condition: The status.operation.condition attribute.
  • .enable: The status.operation.enable attribute.
  • .event: The status.operation.event attribute.
  • .ntr: The status.operation.ntr attribute.
  • .ptr: The status.operation.ptr attribute.
  • .user: The status.operation.user command tree.

condition property

condition: str

Access the status.operation.condition attribute.

Description
  • This attribute reads the Operation Event Register of the status model.
Usage
  • Accessing this property will send the print(status.operation.condition) query.
TSP Syntax
- print(status.operation.condition)
Raises:

enable property writable

enable: str

Access the status.operation.enable attribute.

Description
  • This attribute sets or reads the contents of the Operation Event Enable Register of the status model.
Usage
  • Accessing this property will send the print(status.operation.enable) query.
  • Setting this property to a value will send the status.operation.enable = value command.
TSP Syntax
- status.operation.enable = value
- print(status.operation.enable)
Raises:

event property

event: str

Access the status.operation.event attribute.

Description
  • This attribute reads the Operation Event Register of the status model.
Usage
  • Accessing this property will send the print(status.operation.event) query.
TSP Syntax
- print(status.operation.event)
Raises:

ntr property writable

ntr: str

Access the status.operation.ntr attribute.

Description
  • These attributes manage the operation status register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.ntr) query.
  • Setting this property to a value will send the status.operation.ntr = value command.
TSP Syntax
- status.operation.ntr = value
- print(status.operation.ntr)
Raises:

ptr property writable

ptr: str

Access the status.operation.ptr attribute.

Description
  • These attributes manage the operation status register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.ptr) query.
  • Setting this property to a value will send the status.operation.ptr = value command.
TSP Syntax
- status.operation.ptr = value
- print(status.operation.ptr)
Raises:

user property

Return the status.operation.user command tree.

Sub-properties and sub-methods
  • .condition: The status.operation.user.condition attribute.
  • .enable: The status.operation.user.enable attribute.
  • .event: The status.operation.user.event attribute.
  • .ntr: The status.operation.user.ntr attribute.
  • .ptr: The status.operation.user.ptr attribute.

StatusOperationUser

Bases: BaseTSPCmd

The status.operation.user command tree.

Properties and methods
  • .condition: The status.operation.user.condition attribute.
  • .enable: The status.operation.user.enable attribute.
  • .event: The status.operation.user.event attribute.
  • .ntr: The status.operation.user.ntr attribute.
  • .ptr: The status.operation.user.ptr attribute.

condition property writable

condition: str

Access the status.operation.user.condition attribute.

Description
  • These attributes manage the operation status user register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.user.condition) query.
  • Setting this property to a value will send the status.operation.user.condition = value command.
TSP Syntax
- status.operation.user.condition = value
- print(status.operation.user.condition)
Raises:

enable property writable

enable: str

Access the status.operation.user.enable attribute.

Description
  • These attributes manage the operation status user register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.user.enable) query.
  • Setting this property to a value will send the status.operation.user.enable = value command.
TSP Syntax
- status.operation.user.enable = value
- print(status.operation.user.enable)
Raises:

event property

event: str

Access the status.operation.user.event attribute.

Description
  • These attributes manage the operation status user register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.user.event) query.
TSP Syntax
- print(status.operation.user.event)
Raises:

ntr property writable

ntr: str

Access the status.operation.user.ntr attribute.

Description
  • These attributes manage the operation status user register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.user.ntr) query.
  • Setting this property to a value will send the status.operation.user.ntr = value command.
TSP Syntax
- status.operation.user.ntr = value
- print(status.operation.user.ntr)
Raises:

ptr property writable

ptr: str

Access the status.operation.user.ptr attribute.

Description
  • These attributes manage the operation status user register set of the status model.
Usage
  • Accessing this property will send the print(status.operation.user.ptr) query.
  • Setting this property to a value will send the status.operation.user.ptr = value command.
TSP Syntax
- status.operation.user.ptr = value
- print(status.operation.user.ptr)
Raises:

StatusQuestionable

Bases: BaseTSPCmd

The status.questionable command tree.

Properties and methods
  • .condition: The status.questionable.condition attribute.
  • .enable: The status.questionable.enable attribute.
  • .event: The status.questionable.event attribute.
  • .ntr: The status.questionable.ntr attribute.
  • .ptr: The status.questionable.ptr attribute.

condition property

condition: str

Access the status.questionable.condition attribute.

Description
  • These attributes manage the questionable status register set of the status model.
Usage
  • Accessing this property will send the print(status.questionable.condition) query.
TSP Syntax
- print(status.questionable.condition)
Raises:

enable property writable

enable: str

Access the status.questionable.enable attribute.

Description
  • These attributes manage the questionable status register set of the status model.
Usage
  • Accessing this property will send the print(status.questionable.enable) query.
  • Setting this property to a value will send the status.questionable.enable = value command.
TSP Syntax
- status.questionable.enable = value
- print(status.questionable.enable)
Raises:

event property

event: str

Access the status.questionable.event attribute.

Description
  • These attributes manage the questionable status register set of the status model.
Usage
  • Accessing this property will send the print(status.questionable.event) query.
TSP Syntax
- print(status.questionable.event)
Raises:

ntr property writable

ntr: str

Access the status.questionable.ntr attribute.

Description
  • These attributes manage the questionable status register set of the status model.
Usage
  • Accessing this property will send the print(status.questionable.ntr) query.
  • Setting this property to a value will send the status.questionable.ntr = value command.
TSP Syntax
- status.questionable.ntr = value
- print(status.questionable.ntr)
Raises:

ptr property writable

ptr: str

Access the status.questionable.ptr attribute.

Description
  • These attributes manage the questionable status register set of the status model.
Usage
  • Accessing this property will send the print(status.questionable.ptr) query.
  • Setting this property to a value will send the status.questionable.ptr = value command.
TSP Syntax
- status.questionable.ptr = value
- print(status.questionable.ptr)
Raises:

StatusStandard

Bases: BaseTSPCmd

The status.standard command tree.

Properties and methods
  • .condition: The status.standard.condition attribute.
  • .enable: The status.standard.enable attribute.
  • .event: The status.standard.event attribute.
  • .ntr: The status.standard.ntr attribute.
  • .ptr: The status.standard.ptr attribute.

condition property

condition: str

Access the status.standard.condition attribute.

Description
  • These attributes manage the standard event status register set of the status model.
Usage
  • Accessing this property will send the print(status.standard.condition) query.
TSP Syntax
- print(status.standard.condition)
Raises:

enable property writable

enable: str

Access the status.standard.enable attribute.

Description
  • This attribute reads or sets the bits in the Status Enable register of the Standard Event Register.
Usage
  • Accessing this property will send the print(status.standard.enable) query.
  • Setting this property to a value will send the status.standard.enable = value command.
TSP Syntax
- status.standard.enable = value
- print(status.standard.enable)
Raises:

event property

event: str

Access the status.standard.event attribute.

Description
  • This attribute returns the contents of the Standard Event Status Register set of the status model.
Usage
  • Accessing this property will send the print(status.standard.event) query.
TSP Syntax
- print(status.standard.event)
Raises:

ntr property writable

ntr: str

Access the status.standard.ntr attribute.

Description
  • These attributes manage the standard event status register set of the status model.
Usage
  • Accessing this property will send the print(status.standard.ntr) query.
  • Setting this property to a value will send the status.standard.ntr = value command.
TSP Syntax
- status.standard.ntr = value
- print(status.standard.ntr)
Raises:

ptr property writable

ptr: str

Access the status.standard.ptr attribute.

Description
  • These attributes manage the standard event status register set of the status model.
Usage
  • Accessing this property will send the print(status.standard.ptr) query.
  • Setting this property to a value will send the status.standard.ptr = value command.
TSP Syntax
- status.standard.ptr = value
- print(status.standard.ptr)
Raises:

StatusSystem

Bases: BaseTSPCmd

The status.system command tree.

Properties and methods
  • .condition: The status.system.condition attribute.
  • .enable: The status.system.enable attribute.
  • .event: The status.system.event attribute.
  • .ntr: The status.system.ntr attribute.
  • .ptr: The status.system.ptr attribute.

condition property

condition: str

Access the status.system.condition attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 1 through 14.
Usage
  • Accessing this property will send the print(status.system.condition) query.
TSP Syntax
- print(status.system.condition)
Raises:

enable property writable

enable: str

Access the status.system.enable attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 1 through 14.
Usage
  • Accessing this property will send the print(status.system.enable) query.
  • Setting this property to a value will send the status.system.enable = value command.
TSP Syntax
- status.system.enable = value
- print(status.system.enable)
Raises:

event property

event: str

Access the status.system.event attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 1 through 14.
Usage
  • Accessing this property will send the print(status.system.event) query.
TSP Syntax
- print(status.system.event)
Raises:

ntr property writable

ntr: str

Access the status.system.ntr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 1 through 14.
Usage
  • Accessing this property will send the print(status.system.ntr) query.
  • Setting this property to a value will send the status.system.ntr = value command.
TSP Syntax
- status.system.ntr = value
- print(status.system.ntr)
Raises:

ptr property writable

ptr: str

Access the status.system.ptr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 1 through 14.
Usage
  • Accessing this property will send the print(status.system.ptr) query.
  • Setting this property to a value will send the status.system.ptr = value command.
TSP Syntax
- status.system.ptr = value
- print(status.system.ptr)
Raises:

StatusSystem2

Bases: BaseTSPCmd

The status.system2 command tree.

Properties and methods
  • .condition: The status.system2.condition attribute.
  • .enable: The status.system2.enable attribute.
  • .event: The status.system2.event attribute.
  • .ntr: The status.system2.ntr attribute.
  • .ptr: The status.system2.ptr attribute.

condition property

condition: str

Access the status.system2.condition attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 15 through 28.
Usage
  • Accessing this property will send the print(status.system2.condition) query.
TSP Syntax
- print(status.system2.condition)
Raises:

enable property writable

enable: str

Access the status.system2.enable attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 15 through 28.
Usage
  • Accessing this property will send the print(status.system2.enable) query.
  • Setting this property to a value will send the status.system2.enable = value command.
TSP Syntax
- status.system2.enable = value
- print(status.system2.enable)
Raises:

event property

event: str

Access the status.system2.event attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 15 through 28.
Usage
  • Accessing this property will send the print(status.system2.event) query.
TSP Syntax
- print(status.system2.event)
Raises:

ntr property writable

ntr: str

Access the status.system2.ntr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 15 through 28.
Usage
  • Accessing this property will send the print(status.system2.ntr) query.
  • Setting this property to a value will send the status.system2.ntr = value command.
TSP Syntax
- status.system2.ntr = value
- print(status.system2.ntr)
Raises:

ptr property writable

ptr: str

Access the status.system2.ptr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 15 through 28.
Usage
  • Accessing this property will send the print(status.system2.ptr) query.
  • Setting this property to a value will send the status.system2.ptr = value command.
TSP Syntax
- status.system2.ptr = value
- print(status.system2.ptr)
Raises:

StatusSystem3

Bases: BaseTSPCmd

The status.system3 command tree.

Properties and methods
  • .condition: The status.system3.condition attribute.
  • .enable: The status.system3.enable attribute.
  • .event: The status.system3.event attribute.
  • .ntr: The status.system3.ntr attribute.
  • .ptr: The status.system3.ptr attribute.

condition property

condition: str

Access the status.system3.condition attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 29 through 42.
Usage
  • Accessing this property will send the print(status.system3.condition) query.
TSP Syntax
- print(status.system3.condition)
Raises:

enable property writable

enable: str

Access the status.system3.enable attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 29 through 42.
Usage
  • Accessing this property will send the print(status.system3.enable) query.
  • Setting this property to a value will send the status.system3.enable = value command.
TSP Syntax
- status.system3.enable = value
- print(status.system3.enable)
Raises:

event property

event: str

Access the status.system3.event attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 29 through 42.
Usage
  • Accessing this property will send the print(status.system3.event) query.
TSP Syntax
- print(status.system3.event)
Raises:

ntr property writable

ntr: str

Access the status.system3.ntr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 29 through 42.
Usage
  • Accessing this property will send the print(status.system3.ntr) query.
  • Setting this property to a value will send the status.system3.ntr = value command.
TSP Syntax
- status.system3.ntr = value
- print(status.system3.ntr)
Raises:

ptr property writable

ptr: str

Access the status.system3.ptr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 29 through 42.
Usage
  • Accessing this property will send the print(status.system3.ptr) query.
  • Setting this property to a value will send the status.system3.ptr = value command.
TSP Syntax
- status.system3.ptr = value
- print(status.system3.ptr)
Raises:

StatusSystem4

Bases: BaseTSPCmd

The status.system4 command tree.

Properties and methods
  • .condition: The status.system4.condition attribute.
  • .enable: The status.system4.enable attribute.
  • .event: The status.system4.event attribute.
  • .ntr: The status.system4.ntr attribute.
  • .ptr: The status.system4.ptr attribute.

condition property

condition: str

Access the status.system4.condition attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 43 through 56.
Usage
  • Accessing this property will send the print(status.system4.condition) query.
TSP Syntax
- print(status.system4.condition)
Raises:

enable property writable

enable: str

Access the status.system4.enable attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 43 through 56.
Usage
  • Accessing this property will send the print(status.system4.enable) query.
  • Setting this property to a value will send the status.system4.enable = value command.
TSP Syntax
- status.system4.enable = value
- print(status.system4.enable)
Raises:

event property

event: str

Access the status.system4.event attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 43 through 56.
Usage
  • Accessing this property will send the print(status.system4.event) query.
TSP Syntax
- print(status.system4.event)
Raises:

ntr property writable

ntr: str

Access the status.system4.ntr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 43 through 56.
Usage
  • Accessing this property will send the print(status.system4.ntr) query.
  • Setting this property to a value will send the status.system4.ntr = value command.
TSP Syntax
- status.system4.ntr = value
- print(status.system4.ntr)
Raises:

ptr property writable

ptr: str

Access the status.system4.ptr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 43 through 56.
Usage
  • Accessing this property will send the print(status.system4.ptr) query.
  • Setting this property to a value will send the status.system4.ptr = value command.
TSP Syntax
- status.system4.ptr = value
- print(status.system4.ptr)
Raises:

StatusSystem5

Bases: BaseTSPCmd

The status.system5 command tree.

Properties and methods
  • .condition: The status.system5.condition attribute.
  • .enable: The status.system5.enable attribute.
  • .event: The status.system5.event attribute.
  • .ntr: The status.system5.ntr attribute.
  • .ptr: The status.system5.ptr attribute.

condition property

condition: str

Access the status.system5.condition attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 57 through 64.
Usage
  • Accessing this property will send the print(status.system5.condition) query.
TSP Syntax
- print(status.system5.condition)
Raises:

enable property writable

enable: str

Access the status.system5.enable attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 57 through 64.
Usage
  • Accessing this property will send the print(status.system5.enable) query.
  • Setting this property to a value will send the status.system5.enable = value command.
TSP Syntax
- status.system5.enable = value
- print(status.system5.enable)
Raises:

event property

event: str

Access the status.system5.event attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 57 through 64.
Usage
  • Accessing this property will send the print(status.system5.event) query.
TSP Syntax
- print(status.system5.event)
Raises:

ntr property writable

ntr: str

Access the status.system5.ntr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 57 through 64.
Usage
  • Accessing this property will send the print(status.system5.ntr) query.
  • Setting this property to a value will send the status.system5.ntr = value command.
TSP Syntax
- status.system5.ntr = value
- print(status.system5.ntr)
Raises:

ptr property writable

ptr: str

Access the status.system5.ptr attribute.

Description
  • These attributes manage the TSP-Link® system summary register of the status model for nodes 57 through 64.
Usage
  • Accessing this property will send the print(status.system5.ptr) query.
  • Setting this property to a value will send the status.system5.ptr = value command.
TSP Syntax
- status.system5.ptr = value
- print(status.system5.ptr)
Raises: