status
¶
The status commands module.
These commands are used in the following models: MP5103
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.node_enable
- status.node_event
- status.operation.condition
- status.operation.enable
- status.operation.event
- status.operation.instrument.condition
- status.operation.instrument.digio.condition
- status.operation.instrument.digio.enable
- status.operation.instrument.digio.event
- status.operation.instrument.digio.ntr
- status.operation.instrument.digio.ptr
- status.operation.instrument.digio.trigger_overrun.condition
- status.operation.instrument.digio.trigger_overrun.enable
- status.operation.instrument.digio.trigger_overrun.event
- status.operation.instrument.digio.trigger_overrun.ntr
- status.operation.instrument.digio.trigger_overrun.ptr
- status.operation.instrument.digio.trigger_overrun[2].condition
- status.operation.instrument.digio.trigger_overrun[2].enable
- status.operation.instrument.digio.trigger_overrun[2].event
- status.operation.instrument.digio.trigger_overrun[2].ntr
- status.operation.instrument.digio.trigger_overrun[2].ptr
- status.operation.instrument.enable
- status.operation.instrument.event
- status.operation.instrument.lan.condition
- status.operation.instrument.lan.enable
- status.operation.instrument.lan.event
- status.operation.instrument.lan.ntr
- status.operation.instrument.lan.ptr
- status.operation.instrument.ntr
- status.operation.instrument.ptr
- status.operation.instrument.trigger_timer.condition
- status.operation.instrument.trigger_timer.enable
- status.operation.instrument.trigger_timer.event
- status.operation.instrument.trigger_timer.ntr
- status.operation.instrument.trigger_timer.ptr
- status.operation.instrument.trigger_timer.trigger_overrun.condition
- status.operation.instrument.trigger_timer.trigger_overrun.enable
- status.operation.instrument.trigger_timer.trigger_overrun.event
- status.operation.instrument.trigger_timer.trigger_overrun.ntr
- status.operation.instrument.trigger_timer.trigger_overrun.ptr
- status.operation.instrument.tsplink.condition
- status.operation.instrument.tsplink.enable
- status.operation.instrument.tsplink.event
- status.operation.instrument.tsplink.ntr
- status.operation.instrument.tsplink.ptr
- status.operation.instrument.tsplink.trigger_overrun.condition
- status.operation.instrument.tsplink.trigger_overrun.enable
- status.operation.instrument.tsplink.trigger_overrun.event
- status.operation.instrument.tsplink.trigger_overrun.ntr
- status.operation.instrument.tsplink.trigger_overrun.ptr
- status.operation.ntr
- status.operation.program.condition
- status.operation.program.enable
- status.operation.program.event
- status.operation.program.ntr
- status.operation.program.ptr
- status.operation.ptr
- status.operation.remote.condition
- status.operation.remote.enable
- status.operation.remote.event
- status.operation.remote.ntr
- status.operation.remote.ptr
- status.operation.slot.presence.condition
- status.operation.slot.presence.enable
- status.operation.slot.presence.event
- status.operation.slot.presence.ntr
- status.operation.slot.presence.ptr
- status.operation.slot.status.condition
- status.operation.slot.status.enable
- status.operation.slot.status.event
- status.operation.slot.status.ntr
- status.operation.slot.status.ptr
- status.operation.slot.summary.condition
- status.operation.slot.summary.enable
- status.operation.slot.summary.event
- status.operation.slot.summary.ntr
- status.operation.slot.summary.ptr
- status.operation.trigger_overrun.condition
- status.operation.trigger_overrun.enable
- status.operation.trigger_overrun.event
- status.operation.trigger_overrun.ntr
- status.operation.trigger_overrun.ptr
- status.operation.user.condition
- status.operation.user.enable
- status.operation.user.event
- status.operation.user.ntr
- status.operation.user.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: Thestatus.conditionattribute..node_enable: Thestatus.node_enableattribute..node_event: Thestatus.node_eventattribute..operation: Thestatus.operationcommand tree..request_enable: Thestatus.request_enableattribute..request_event: Thestatus.request_eventattribute..reset(): Thestatus.reset()function..standard: Thestatus.standardcommand tree..system: Thestatus.systemcommand tree..system2: Thestatus.system2command tree..system3: Thestatus.system3command tree..system4: Thestatus.system4command tree..system5: Thestatus.system5command tree.
condition
property
¶
condition: str
Access the status.condition attribute.
Description
- This attribute stores the condition of the status byte register.
Usage
- Accessing this property will send the
print(status.condition)query.
TSP Syntax
- print(status.condition)
| Raises: |
|
|---|
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 = valuecommand.
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: Thestatus.operation.conditionattribute..enable: Thestatus.operation.enableattribute..event: Thestatus.operation.eventattribute..instrument: Thestatus.operation.instrumentcommand tree..ntr: Thestatus.operation.ntrattribute..program: Thestatus.operation.programcommand tree..ptr: Thestatus.operation.ptrattribute..remote: Thestatus.operation.remotecommand tree..slot: Thestatus.operation.slotcommand tree..trigger_overrun: Thestatus.operation.trigger_overruncommand tree..user: Thestatus.operation.usercommand tree.
request_enable
property
writable
¶
request_enable: str
Access the status.request_enable attribute.
Description
- This attribute stores 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 = valuecommand.
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: Thestatus.standard.conditionattribute..enable: Thestatus.standard.enableattribute..event: Thestatus.standard.eventattribute..ntr: Thestatus.standard.ntrattribute..ptr: Thestatus.standard.ptrattribute.
system
property
¶
system: StatusSystem
Return the status.system command tree.
Sub-properties and sub-methods
.condition: Thestatus.system.conditionattribute..enable: Thestatus.system.enableattribute..event: Thestatus.system.eventattribute..ntr: Thestatus.system.ntrattribute..ptr: Thestatus.system.ptrattribute.
system2
property
¶
system2: StatusSystem2
Return the status.system2 command tree.
Sub-properties and sub-methods
.condition: Thestatus.system2.conditionattribute..enable: Thestatus.system2.enableattribute..event: Thestatus.system2.eventattribute..ntr: Thestatus.system2.ntrattribute..ptr: Thestatus.system2.ptrattribute.
system3
property
¶
system3: StatusSystem3
Return the status.system3 command tree.
Sub-properties and sub-methods
.condition: Thestatus.system3.conditionattribute..enable: Thestatus.system3.enableattribute..event: Thestatus.system3.eventattribute..ntr: Thestatus.system3.ntrattribute..ptr: Thestatus.system3.ptrattribute.
system4
property
¶
system4: StatusSystem4
Return the status.system4 command tree.
Sub-properties and sub-methods
.condition: Thestatus.system4.conditionattribute..enable: Thestatus.system4.enableattribute..event: Thestatus.system4.eventattribute..ntr: Thestatus.system4.ntrattribute..ptr: Thestatus.system4.ptrattribute.
system5
property
¶
system5: StatusSystem5
Return the status.system5 command tree.
Sub-properties and sub-methods
.condition: Thestatus.system5.conditionattribute..enable: Thestatus.system5.enableattribute..event: Thestatus.system5.eventattribute..ntr: Thestatus.system5.ntrattribute..ptr: Thestatus.system5.ptrattribute.
reset
¶
reset() -> None
Run the status.reset() function.
Description
- This function resets all bits in the mainframe status model.
TSP Syntax
- status.reset()
| Raises: |
|
|---|
StatusOperation
¶
Bases: BaseTSPCmd
The status.operation command tree.
Properties and methods
.condition: Thestatus.operation.conditionattribute..enable: Thestatus.operation.enableattribute..event: Thestatus.operation.eventattribute..instrument: Thestatus.operation.instrumentcommand tree..ntr: Thestatus.operation.ntrattribute..program: Thestatus.operation.programcommand tree..ptr: Thestatus.operation.ptrattribute..remote: Thestatus.operation.remotecommand tree..slot: Thestatus.operation.slotcommand tree..trigger_overrun: Thestatus.operation.trigger_overruncommand tree..user: Thestatus.operation.usercommand tree.
condition
property
¶
condition: str
Access the status.operation.condition attribute.
Description
- These attributes manage the Operation Status Register set 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
- These attributes manage the Operation Status Register set 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 = valuecommand.
TSP Syntax
- status.operation.enable = value
- print(status.operation.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.event attribute.
Description
- These attributes manage the Operation Status Register set of the status model.
Usage
- Accessing this property will send the
print(status.operation.event)query.
TSP Syntax
- print(status.operation.event)
| Raises: |
|
|---|
instrument
property
¶
instrument: StatusOperationInstrument
Return the status.operation.instrument command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.conditionattribute..digio: Thestatus.operation.instrument.digiocommand tree..enable: Thestatus.operation.instrument.enableattribute..event: Thestatus.operation.instrument.eventattribute..lan: Thestatus.operation.instrument.lancommand tree..ntr: Thestatus.operation.instrument.ntrattribute..ptr: Thestatus.operation.instrument.ptrattribute..trigger_timer: Thestatus.operation.instrument.trigger_timercommand tree..tsplink: Thestatus.operation.instrument.tsplinkcommand tree.
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 = valuecommand.
TSP Syntax
- status.operation.ntr = value
- print(status.operation.ntr)
| Raises: |
|
|---|
program
property
¶
program: StatusOperationProgram
Return the status.operation.program command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.program.conditionattribute..enable: Thestatus.operation.program.enableattribute..event: Thestatus.operation.program.eventattribute..ntr: Thestatus.operation.program.ntrattribute..ptr: Thestatus.operation.program.ptrattribute.
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 = valuecommand.
TSP Syntax
- status.operation.ptr = value
- print(status.operation.ptr)
| Raises: |
|
|---|
remote
property
¶
remote: StatusOperationRemote
Return the status.operation.remote command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.remote.conditionattribute..enable: Thestatus.operation.remote.enableattribute..event: Thestatus.operation.remote.eventattribute..ntr: Thestatus.operation.remote.ntrattribute..ptr: Thestatus.operation.remote.ptrattribute.
slot
property
¶
slot: StatusOperationSlot
Return the status.operation.slot command tree.
Sub-properties and sub-methods
.presence: Thestatus.operation.slot.presencecommand tree..status: Thestatus.operation.slot.statuscommand tree..summary: Thestatus.operation.slot.summarycommand tree.
trigger_overrun
property
¶
trigger_overrun: StatusOperationTriggerOverrun
Return the status.operation.trigger_overrun command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.trigger_overrun.conditionattribute..enable: Thestatus.operation.trigger_overrun.enableattribute..event: Thestatus.operation.trigger_overrun.eventattribute..ntr: Thestatus.operation.trigger_overrun.ntrattribute..ptr: Thestatus.operation.trigger_overrun.ptrattribute.
user
property
¶
user: StatusOperationUser
Return the status.operation.user command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.user.conditionattribute..enable: Thestatus.operation.user.enableattribute..event: Thestatus.operation.user.eventattribute..ntr: Thestatus.operation.user.ntrattribute..ptr: Thestatus.operation.user.ptrattribute.
StatusOperationInstrument
¶
Bases: BaseTSPCmd
The status.operation.instrument command tree.
Properties and methods
.condition: Thestatus.operation.instrument.conditionattribute..digio: Thestatus.operation.instrument.digiocommand tree..enable: Thestatus.operation.instrument.enableattribute..event: Thestatus.operation.instrument.eventattribute..lan: Thestatus.operation.instrument.lancommand tree..ntr: Thestatus.operation.instrument.ntrattribute..ptr: Thestatus.operation.instrument.ptrattribute..trigger_timer: Thestatus.operation.instrument.trigger_timercommand tree..tsplink: Thestatus.operation.instrument.tsplinkcommand tree.
condition
property
¶
condition: str
Access the status.operation.instrument.condition attribute.
Description
- This attribute contains the operation status instrument summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.condition)query.
TSP Syntax
- print(status.operation.instrument.condition)
| Raises: |
|
|---|
digio
property
¶
Return the status.operation.instrument.digio command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.digio.conditionattribute..enable: Thestatus.operation.instrument.digio.enableattribute..event: Thestatus.operation.instrument.digio.eventattribute..ntr: Thestatus.operation.instrument.digio.ntrattribute..ptr: Thestatus.operation.instrument.digio.ptrattribute..trigger_overrun: Thestatus.operation.instrument.digio.trigger_overruncommand tree..trigger_overrunx: Thestatus.operation.instrument.digio.trigger_overrun[2]command tree.
enable
property
writable
¶
enable: str
Access the status.operation.instrument.enable attribute.
Description
- This attribute contains the operation status instrument summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.enable)query. - Setting this property to a value will send the
status.operation.instrument.enable = valuecommand.
TSP Syntax
- status.operation.instrument.enable = value
- print(status.operation.instrument.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.event attribute.
Description
- This attribute contains the operation status instrument summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.event)query.
TSP Syntax
- print(status.operation.instrument.event)
| Raises: |
|
|---|
lan
property
¶
Return the status.operation.instrument.lan command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.lan.conditionattribute..enable: Thestatus.operation.instrument.lan.enableattribute..event: Thestatus.operation.instrument.lan.eventattribute..ntr: Thestatus.operation.instrument.lan.ntrattribute..ptr: Thestatus.operation.instrument.lan.ptrattribute.
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.ntr attribute.
Description
- This attribute contains the operation status instrument summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.ntr)query. - Setting this property to a value will send the
status.operation.instrument.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.ntr = value
- print(status.operation.instrument.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.ptr attribute.
Description
- This attribute contains the operation status instrument summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.ptr)query. - Setting this property to a value will send the
status.operation.instrument.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.ptr = value
- print(status.operation.instrument.ptr)
| Raises: |
|
|---|
trigger_timer
property
¶
trigger_timer: StatusOperationInstrumentTriggerTimer
Return the status.operation.instrument.trigger_timer command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.trigger_timer.conditionattribute..enable: Thestatus.operation.instrument.trigger_timer.enableattribute..event: Thestatus.operation.instrument.trigger_timer.eventattribute..ntr: Thestatus.operation.instrument.trigger_timer.ntrattribute..ptr: Thestatus.operation.instrument.trigger_timer.ptrattribute..trigger_overrun: Thestatus.operation.instrument.trigger_timer.trigger_overruncommand tree.
tsplink
property
¶
tsplink: StatusOperationInstrumentTsplink
Return the status.operation.instrument.tsplink command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.tsplink.conditionattribute..enable: Thestatus.operation.instrument.tsplink.enableattribute..event: Thestatus.operation.instrument.tsplink.eventattribute..ntr: Thestatus.operation.instrument.tsplink.ntrattribute..ptr: Thestatus.operation.instrument.tsplink.ptrattribute..trigger_overrun: Thestatus.operation.instrument.tsplink.trigger_overruncommand tree.
StatusOperationInstrumentDigio
¶
Bases: BaseTSPCmd
The status.operation.instrument.digio command tree.
Properties and methods
.condition: Thestatus.operation.instrument.digio.conditionattribute..enable: Thestatus.operation.instrument.digio.enableattribute..event: Thestatus.operation.instrument.digio.eventattribute..ntr: Thestatus.operation.instrument.digio.ntrattribute..ptr: Thestatus.operation.instrument.digio.ptrattribute..trigger_overrun: Thestatus.operation.instrument.digio.trigger_overruncommand tree..trigger_overrunx: Thestatus.operation.instrument.digio.trigger_overrun[2]command tree.
condition
property
¶
condition: str
Access the status.operation.instrument.digio.condition attribute.
Description
- This attribute contains the operation status digital I/O summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.condition)query.
TSP Syntax
- print(status.operation.instrument.digio.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.digio.enable attribute.
Description
- This attribute contains the operation status digital I/O summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.enable)query. - Setting this property to a value will send the
status.operation.instrument.digio.enable = valuecommand.
TSP Syntax
- status.operation.instrument.digio.enable = value
- print(status.operation.instrument.digio.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.digio.event attribute.
Description
- This attribute contains the operation status digital I/O summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.event)query.
TSP Syntax
- print(status.operation.instrument.digio.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.digio.ntr attribute.
Description
- This attribute contains the operation status digital I/O summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.ntr)query. - Setting this property to a value will send the
status.operation.instrument.digio.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.ntr = value
- print(status.operation.instrument.digio.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.digio.ptr attribute.
Description
- This attribute contains the operation status digital I/O summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.ptr)query. - Setting this property to a value will send the
status.operation.instrument.digio.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.ptr = value
- print(status.operation.instrument.digio.ptr)
| Raises: |
|
|---|
trigger_overrun
property
¶
trigger_overrun: StatusOperationInstrumentDigioTriggerOverrun
Return the status.operation.instrument.digio.trigger_overrun command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.digio.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.digio.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.digio.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.digio.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.digio.trigger_overrun.ptrattribute.
trigger_overrunx
property
¶
trigger_overrunx: dict[int, StatusOperationInstrumentDigioTriggerOverrunItem]
Return the status.operation.instrument.digio.trigger_overrun[2] command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.digio.trigger_overrun[2].conditionattribute..enable: Thestatus.operation.instrument.digio.trigger_overrun[2].enableattribute..event: Thestatus.operation.instrument.digio.trigger_overrun[2].eventattribute..ntr: Thestatus.operation.instrument.digio.trigger_overrun[2].ntrattribute..ptr: Thestatus.operation.instrument.digio.trigger_overrun[2].ptrattribute.
StatusOperationInstrumentDigioTriggerOverrun
¶
Bases: BaseTSPCmd
The status.operation.instrument.digio.trigger_overrun command tree.
Properties and methods
.condition: Thestatus.operation.instrument.digio.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.digio.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.digio.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.digio.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.digio.trigger_overrun.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.instrument.digio.trigger_overrun.condition attribute.
Description
- This attribute contains the operation status digital I/O overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun.condition)query.
TSP Syntax
- print(status.operation.instrument.digio.trigger_overrun.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.digio.trigger_overrun.enable attribute.
Description
- This attribute contains the operation status digital I/O overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun.enable)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun.enable = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun.enable = value
- print(status.operation.instrument.digio.trigger_overrun.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.digio.trigger_overrun.event attribute.
Description
- This attribute contains the operation status digital I/O overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun.event)query.
TSP Syntax
- print(status.operation.instrument.digio.trigger_overrun.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.digio.trigger_overrun.ntr attribute.
Description
- This attribute contains the operation status digital I/O overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun.ntr)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun.ntr = value
- print(status.operation.instrument.digio.trigger_overrun.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.digio.trigger_overrun.ptr attribute.
Description
- This attribute contains the operation status digital I/O overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun.ptr)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun.ptr = value
- print(status.operation.instrument.digio.trigger_overrun.ptr)
| Raises: |
|
|---|
StatusOperationInstrumentDigioTriggerOverrunItem
¶
Bases: ValidatedDynamicNumberCmd, BaseTSPCmd
The status.operation.instrument.digio.trigger_overrun[2] command tree.
Properties and methods
.condition: Thestatus.operation.instrument.digio.trigger_overrun[2].conditionattribute..enable: Thestatus.operation.instrument.digio.trigger_overrun[2].enableattribute..event: Thestatus.operation.instrument.digio.trigger_overrun[2].eventattribute..ntr: Thestatus.operation.instrument.digio.trigger_overrun[2].ntrattribute..ptr: Thestatus.operation.instrument.digio.trigger_overrun[2].ptrattribute.
condition
property
¶
condition: str
Access the status.operation.instrument.digio.trigger_overrun[2].condition attribute.
Description
- This attribute contains the operation status digital I/O overrun register set for lines 15 through 18.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun[2].condition)query.
TSP Syntax
- print(status.operation.instrument.digio.trigger_overrun[2].condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.digio.trigger_overrun[2].enable attribute.
Description
- This attribute contains the operation status digital I/O overrun register set for lines 15 through 18.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun[2].enable)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun[2].enable = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun[2].enable = value
- print(status.operation.instrument.digio.trigger_overrun[2].enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.digio.trigger_overrun[2].event attribute.
Description
- This attribute contains the operation status digital I/O overrun register set for lines 15 through 18.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun[2].event)query.
TSP Syntax
- print(status.operation.instrument.digio.trigger_overrun[2].event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.digio.trigger_overrun[2].ntr attribute.
Description
- This attribute contains the operation status digital I/O overrun register set for lines 15 through 18.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun[2].ntr)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun[2].ntr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun[2].ntr = value
- print(status.operation.instrument.digio.trigger_overrun[2].ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.digio.trigger_overrun[2].ptr attribute.
Description
- This attribute contains the operation status digital I/O overrun register set for lines 15 through 18.
Usage
- Accessing this property will send the
print(status.operation.instrument.digio.trigger_overrun[2].ptr)query. - Setting this property to a value will send the
status.operation.instrument.digio.trigger_overrun[2].ptr = valuecommand.
TSP Syntax
- status.operation.instrument.digio.trigger_overrun[2].ptr = value
- print(status.operation.instrument.digio.trigger_overrun[2].ptr)
| Raises: |
|
|---|
StatusOperationInstrumentLan
¶
Bases: BaseTSPCmd
The status.operation.instrument.lan command tree.
Properties and methods
.condition: Thestatus.operation.instrument.lan.conditionattribute..enable: Thestatus.operation.instrument.lan.enableattribute..event: Thestatus.operation.instrument.lan.eventattribute..ntr: Thestatus.operation.instrument.lan.ntrattribute..ptr: Thestatus.operation.instrument.lan.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.instrument.lan.condition attribute.
Description
- This attribute contains the operation status LAN summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.lan.condition)query.
TSP Syntax
- print(status.operation.instrument.lan.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.lan.enable attribute.
Description
- This attribute contains the operation status LAN summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.lan.enable)query. - Setting this property to a value will send the
status.operation.instrument.lan.enable = valuecommand.
TSP Syntax
- status.operation.instrument.lan.enable = value
- print(status.operation.instrument.lan.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.lan.event attribute.
Description
- This attribute contains the operation status LAN summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.lan.event)query.
TSP Syntax
- print(status.operation.instrument.lan.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.lan.ntr attribute.
Description
- This attribute contains the operation status LAN summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.lan.ntr)query. - Setting this property to a value will send the
status.operation.instrument.lan.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.lan.ntr = value
- print(status.operation.instrument.lan.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.lan.ptr attribute.
Description
- This attribute contains the operation status LAN summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.lan.ptr)query. - Setting this property to a value will send the
status.operation.instrument.lan.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.lan.ptr = value
- print(status.operation.instrument.lan.ptr)
| Raises: |
|
|---|
StatusOperationInstrumentTriggerTimer
¶
Bases: BaseTSPCmd
The status.operation.instrument.trigger_timer command tree.
Properties and methods
.condition: Thestatus.operation.instrument.trigger_timer.conditionattribute..enable: Thestatus.operation.instrument.trigger_timer.enableattribute..event: Thestatus.operation.instrument.trigger_timer.eventattribute..ntr: Thestatus.operation.instrument.trigger_timer.ntrattribute..ptr: Thestatus.operation.instrument.trigger_timer.ptrattribute..trigger_overrun: Thestatus.operation.instrument.trigger_timer.trigger_overruncommand tree.
condition
property
¶
condition: str
Access the status.operation.instrument.trigger_timer.condition attribute.
Description
- This attribute contains the operation status trigger timer summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.condition)query.
TSP Syntax
- print(status.operation.instrument.trigger_timer.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.trigger_timer.enable attribute.
Description
- This attribute contains the operation status trigger timer summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.enable)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.enable = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.enable = value
- print(status.operation.instrument.trigger_timer.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.trigger_timer.event attribute.
Description
- This attribute contains the operation status trigger timer summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.event)query.
TSP Syntax
- print(status.operation.instrument.trigger_timer.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.trigger_timer.ntr attribute.
Description
- This attribute contains the operation status trigger timer summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.ntr)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.ntr = value
- print(status.operation.instrument.trigger_timer.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.trigger_timer.ptr attribute.
Description
- This attribute contains the operation status trigger timer summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.ptr)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.ptr = value
- print(status.operation.instrument.trigger_timer.ptr)
| Raises: |
|
|---|
trigger_overrun
property
¶
trigger_overrun: StatusOperationInstrumentTriggerTimerTriggerOverrun
Return the status.operation.instrument.trigger_timer.trigger_overrun command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.trigger_timer.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.trigger_timer.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.trigger_timer.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.trigger_timer.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.trigger_timer.trigger_overrun.ptrattribute.
StatusOperationInstrumentTriggerTimerTriggerOverrun
¶
Bases: BaseTSPCmd
The status.operation.instrument.trigger_timer.trigger_overrun command tree.
Properties and methods
.condition: Thestatus.operation.instrument.trigger_timer.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.trigger_timer.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.trigger_timer.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.trigger_timer.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.trigger_timer.trigger_overrun.ptrattribute.
condition
property
¶
condition: str
status.operation.instrument.trigger_timer.trigger_overrun.condition attribute.
Description
- This attribute contains the operation status trigger timer overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.trigger_overrun.condition)query.
TSP Syntax
- print(status.operation.instrument.trigger_timer.trigger_overrun.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
status.operation.instrument.trigger_timer.trigger_overrun.enable attribute.
Description
- This attribute contains the operation status trigger timer overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.trigger_overrun.enable)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.trigger_overrun.enable = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.trigger_overrun.enable = value
- print(status.operation.instrument.trigger_timer.trigger_overrun.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.trigger_timer.trigger_overrun.event attribute.
Description
- This attribute contains the operation status trigger timer overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.trigger_overrun.event)query.
TSP Syntax
- print(status.operation.instrument.trigger_timer.trigger_overrun.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.trigger_timer.trigger_overrun.ntr attribute.
Description
- This attribute contains the operation status trigger timer overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.trigger_overrun.ntr)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.trigger_overrun.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.trigger_overrun.ntr = value
- print(status.operation.instrument.trigger_timer.trigger_overrun.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.trigger_timer.trigger_overrun.ptr attribute.
Description
- This attribute contains the operation status trigger timer overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.trigger_timer.trigger_overrun.ptr)query. - Setting this property to a value will send the
status.operation.instrument.trigger_timer.trigger_overrun.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.trigger_timer.trigger_overrun.ptr = value
- print(status.operation.instrument.trigger_timer.trigger_overrun.ptr)
| Raises: |
|
|---|
StatusOperationInstrumentTsplink
¶
Bases: BaseTSPCmd
The status.operation.instrument.tsplink command tree.
Properties and methods
.condition: Thestatus.operation.instrument.tsplink.conditionattribute..enable: Thestatus.operation.instrument.tsplink.enableattribute..event: Thestatus.operation.instrument.tsplink.eventattribute..ntr: Thestatus.operation.instrument.tsplink.ntrattribute..ptr: Thestatus.operation.instrument.tsplink.ptrattribute..trigger_overrun: Thestatus.operation.instrument.tsplink.trigger_overruncommand tree.
condition
property
¶
condition: str
Access the status.operation.instrument.tsplink.condition attribute.
Description
- This attribute contains the operation status TSP-Link summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.condition)query.
TSP Syntax
- print(status.operation.instrument.tsplink.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.tsplink.enable attribute.
Description
- This attribute contains the operation status TSP-Link summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.enable)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.enable = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.enable = value
- print(status.operation.instrument.tsplink.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.tsplink.event attribute.
Description
- This attribute contains the operation status TSP-Link summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.event)query.
TSP Syntax
- print(status.operation.instrument.tsplink.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.tsplink.ntr attribute.
Description
- This attribute contains the operation status TSP-Link summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.ntr)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.ntr = value
- print(status.operation.instrument.tsplink.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.tsplink.ptr attribute.
Description
- This attribute contains the operation status TSP-Link summary register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.ptr)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.ptr = value
- print(status.operation.instrument.tsplink.ptr)
| Raises: |
|
|---|
trigger_overrun
property
¶
trigger_overrun: StatusOperationInstrumentTsplinkTriggerOverrun
Return the status.operation.instrument.tsplink.trigger_overrun command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.instrument.tsplink.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.tsplink.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.tsplink.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.tsplink.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.tsplink.trigger_overrun.ptrattribute.
StatusOperationInstrumentTsplinkTriggerOverrun
¶
Bases: BaseTSPCmd
The status.operation.instrument.tsplink.trigger_overrun command tree.
Properties and methods
.condition: Thestatus.operation.instrument.tsplink.trigger_overrun.conditionattribute..enable: Thestatus.operation.instrument.tsplink.trigger_overrun.enableattribute..event: Thestatus.operation.instrument.tsplink.trigger_overrun.eventattribute..ntr: Thestatus.operation.instrument.tsplink.trigger_overrun.ntrattribute..ptr: Thestatus.operation.instrument.tsplink.trigger_overrun.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.instrument.tsplink.trigger_overrun.condition attribute.
Description
- This attribute contains the operation status TSP-Link overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.trigger_overrun.condition)query.
TSP Syntax
- print(status.operation.instrument.tsplink.trigger_overrun.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.instrument.tsplink.trigger_overrun.enable attribute.
Description
- This attribute contains the operation status TSP-Link overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.trigger_overrun.enable)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.trigger_overrun.enable = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.trigger_overrun.enable = value
- print(status.operation.instrument.tsplink.trigger_overrun.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.instrument.tsplink.trigger_overrun.event attribute.
Description
- This attribute contains the operation status TSP-Link overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.trigger_overrun.event)query.
TSP Syntax
- print(status.operation.instrument.tsplink.trigger_overrun.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.instrument.tsplink.trigger_overrun.ntr attribute.
Description
- This attribute contains the operation status TSP-Link overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.trigger_overrun.ntr)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.trigger_overrun.ntr = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.trigger_overrun.ntr = value
- print(status.operation.instrument.tsplink.trigger_overrun.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.instrument.tsplink.trigger_overrun.ptr attribute.
Description
- This attribute contains the operation status TSP-Link overrun register set.
Usage
- Accessing this property will send the
print(status.operation.instrument.tsplink.trigger_overrun.ptr)query. - Setting this property to a value will send the
status.operation.instrument.tsplink.trigger_overrun.ptr = valuecommand.
TSP Syntax
- status.operation.instrument.tsplink.trigger_overrun.ptr = value
- print(status.operation.instrument.tsplink.trigger_overrun.ptr)
| Raises: |
|
|---|
StatusOperationProgram
¶
Bases: BaseTSPCmd
The status.operation.program command tree.
Properties and methods
.condition: Thestatus.operation.program.conditionattribute..enable: Thestatus.operation.program.enableattribute..event: Thestatus.operation.program.eventattribute..ntr: Thestatus.operation.program.ntrattribute..ptr: Thestatus.operation.program.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.program.condition attribute.
Description
- This attribute contains the Operation Status Program Status register set.
Usage
- Accessing this property will send the
print(status.operation.program.condition)query.
TSP Syntax
- print(status.operation.program.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.program.enable attribute.
Description
- This attribute contains the Operation Status Program Status register set.
Usage
- Accessing this property will send the
print(status.operation.program.enable)query. - Setting this property to a value will send the
status.operation.program.enable = valuecommand.
TSP Syntax
- status.operation.program.enable = value
- print(status.operation.program.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.program.event attribute.
Description
- This attribute contains the Operation Status Program Status register set.
Usage
- Accessing this property will send the
print(status.operation.program.event)query.
TSP Syntax
- print(status.operation.program.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.program.ntr attribute.
Description
- This attribute contains the Operation Status Program Status register set.
Usage
- Accessing this property will send the
print(status.operation.program.ntr)query. - Setting this property to a value will send the
status.operation.program.ntr = valuecommand.
TSP Syntax
- status.operation.program.ntr = value
- print(status.operation.program.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.program.ptr attribute.
Description
- This attribute contains the Operation Status Program Status register set.
Usage
- Accessing this property will send the
print(status.operation.program.ptr)query. - Setting this property to a value will send the
status.operation.program.ptr = valuecommand.
TSP Syntax
- status.operation.program.ptr = value
- print(status.operation.program.ptr)
| Raises: |
|
|---|
StatusOperationRemote
¶
Bases: BaseTSPCmd
The status.operation.remote command tree.
Properties and methods
.condition: Thestatus.operation.remote.conditionattribute..enable: Thestatus.operation.remote.enableattribute..event: Thestatus.operation.remote.eventattribute..ntr: Thestatus.operation.remote.ntrattribute..ptr: Thestatus.operation.remote.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.remote.condition attribute.
Description
- This attribute contains the operation status remote summary register set.
Usage
- Accessing this property will send the
print(status.operation.remote.condition)query.
TSP Syntax
- print(status.operation.remote.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.remote.enable attribute.
Description
- This attribute contains the operation status remote summary register set.
Usage
- Accessing this property will send the
print(status.operation.remote.enable)query. - Setting this property to a value will send the
status.operation.remote.enable = valuecommand.
TSP Syntax
- status.operation.remote.enable = value
- print(status.operation.remote.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.remote.event attribute.
Description
- This attribute contains the operation status remote summary register set.
Usage
- Accessing this property will send the
print(status.operation.remote.event)query.
TSP Syntax
- print(status.operation.remote.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.remote.ntr attribute.
Description
- This attribute contains the operation status remote summary register set.
Usage
- Accessing this property will send the
print(status.operation.remote.ntr)query. - Setting this property to a value will send the
status.operation.remote.ntr = valuecommand.
TSP Syntax
- status.operation.remote.ntr = value
- print(status.operation.remote.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.remote.ptr attribute.
Description
- This attribute contains the operation status remote summary register set.
Usage
- Accessing this property will send the
print(status.operation.remote.ptr)query. - Setting this property to a value will send the
status.operation.remote.ptr = valuecommand.
TSP Syntax
- status.operation.remote.ptr = value
- print(status.operation.remote.ptr)
| Raises: |
|
|---|
StatusOperationSlot
¶
Bases: BaseTSPCmd
The status.operation.slot command tree.
Properties and methods
.presence: Thestatus.operation.slot.presencecommand tree..status: Thestatus.operation.slot.statuscommand tree..summary: Thestatus.operation.slot.summarycommand tree.
presence
property
¶
presence: StatusOperationSlotPresence
Return the status.operation.slot.presence command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.slot.presence.conditionattribute..enable: Thestatus.operation.slot.presence.enableattribute..event: Thestatus.operation.slot.presence.eventattribute..ntr: Thestatus.operation.slot.presence.ntrattribute..ptr: Thestatus.operation.slot.presence.ptrattribute.
status
property
¶
status: StatusOperationSlotStatus
Return the status.operation.slot.status command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.slot.status.conditionattribute..enable: Thestatus.operation.slot.status.enableattribute..event: Thestatus.operation.slot.status.eventattribute..ntr: Thestatus.operation.slot.status.ntrattribute..ptr: Thestatus.operation.slot.status.ptrattribute.
summary
property
¶
summary: StatusOperationSlotSummary
Return the status.operation.slot.summary command tree.
Sub-properties and sub-methods
.condition: Thestatus.operation.slot.summary.conditionattribute..enable: Thestatus.operation.slot.summary.enableattribute..event: Thestatus.operation.slot.summary.eventattribute..ntr: Thestatus.operation.slot.summary.ntrattribute..ptr: Thestatus.operation.slot.summary.ptrattribute.
StatusOperationSlotPresence
¶
Bases: BaseTSPCmd
The status.operation.slot.presence command tree.
Properties and methods
.condition: Thestatus.operation.slot.presence.conditionattribute..enable: Thestatus.operation.slot.presence.enableattribute..event: Thestatus.operation.slot.presence.eventattribute..ntr: Thestatus.operation.slot.presence.ntrattribute..ptr: Thestatus.operation.slot.presence.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.slot.presence.condition attribute.
Description
- This attribute contains the operation status hardware presence register set.
Usage
- Accessing this property will send the
print(status.operation.slot.presence.condition)query.
TSP Syntax
- print(status.operation.slot.presence.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.slot.presence.enable attribute.
Description
- This attribute contains the operation status hardware presence register set.
Usage
- Accessing this property will send the
print(status.operation.slot.presence.enable)query. - Setting this property to a value will send the
status.operation.slot.presence.enable = valuecommand.
TSP Syntax
- status.operation.slot.presence.enable = value
- print(status.operation.slot.presence.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.slot.presence.event attribute.
Description
- This attribute contains the operation status hardware presence register set.
Usage
- Accessing this property will send the
print(status.operation.slot.presence.event)query.
TSP Syntax
- print(status.operation.slot.presence.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.slot.presence.ntr attribute.
Description
- This attribute contains the operation status hardware presence register set.
Usage
- Accessing this property will send the
print(status.operation.slot.presence.ntr)query. - Setting this property to a value will send the
status.operation.slot.presence.ntr = valuecommand.
TSP Syntax
- status.operation.slot.presence.ntr = value
- print(status.operation.slot.presence.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.slot.presence.ptr attribute.
Description
- This attribute contains the operation status hardware presence register set.
Usage
- Accessing this property will send the
print(status.operation.slot.presence.ptr)query. - Setting this property to a value will send the
status.operation.slot.presence.ptr = valuecommand.
TSP Syntax
- status.operation.slot.presence.ptr = value
- print(status.operation.slot.presence.ptr)
| Raises: |
|
|---|
StatusOperationSlotStatus
¶
Bases: BaseTSPCmd
The status.operation.slot.status command tree.
Properties and methods
.condition: Thestatus.operation.slot.status.conditionattribute..enable: Thestatus.operation.slot.status.enableattribute..event: Thestatus.operation.slot.status.eventattribute..ntr: Thestatus.operation.slot.status.ntrattribute..ptr: Thestatus.operation.slot.status.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.slot.status.condition attribute.
Description
- This attribute contains the operation Slot Status register set.
Usage
- Accessing this property will send the
print(status.operation.slot.status.condition)query.
TSP Syntax
- print(status.operation.slot.status.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.slot.status.enable attribute.
Description
- This attribute contains the operation Slot Status register set.
Usage
- Accessing this property will send the
print(status.operation.slot.status.enable)query. - Setting this property to a value will send the
status.operation.slot.status.enable = valuecommand.
TSP Syntax
- status.operation.slot.status.enable = value
- print(status.operation.slot.status.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.slot.status.event attribute.
Description
- This attribute contains the operation Slot Status register set.
Usage
- Accessing this property will send the
print(status.operation.slot.status.event)query.
TSP Syntax
- print(status.operation.slot.status.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.slot.status.ntr attribute.
Description
- This attribute contains the operation Slot Status register set.
Usage
- Accessing this property will send the
print(status.operation.slot.status.ntr)query. - Setting this property to a value will send the
status.operation.slot.status.ntr = valuecommand.
TSP Syntax
- status.operation.slot.status.ntr = value
- print(status.operation.slot.status.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.slot.status.ptr attribute.
Description
- This attribute contains the operation Slot Status register set.
Usage
- Accessing this property will send the
print(status.operation.slot.status.ptr)query. - Setting this property to a value will send the
status.operation.slot.status.ptr = valuecommand.
TSP Syntax
- status.operation.slot.status.ptr = value
- print(status.operation.slot.status.ptr)
| Raises: |
|
|---|
StatusOperationSlotSummary
¶
Bases: BaseTSPCmd
The status.operation.slot.summary command tree.
Properties and methods
.condition: Thestatus.operation.slot.summary.conditionattribute..enable: Thestatus.operation.slot.summary.enableattribute..event: Thestatus.operation.slot.summary.eventattribute..ntr: Thestatus.operation.slot.summary.ntrattribute..ptr: Thestatus.operation.slot.summary.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.slot.summary.condition attribute.
Description
- This attribute contains the Slot Summary Register set.
Usage
- Accessing this property will send the
print(status.operation.slot.summary.condition)query.
TSP Syntax
- print(status.operation.slot.summary.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.slot.summary.enable attribute.
Description
- This attribute contains the Slot Summary Register set.
Usage
- Accessing this property will send the
print(status.operation.slot.summary.enable)query. - Setting this property to a value will send the
status.operation.slot.summary.enable = valuecommand.
TSP Syntax
- status.operation.slot.summary.enable = value
- print(status.operation.slot.summary.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.slot.summary.event attribute.
Description
- This attribute contains the Slot Summary Register set.
Usage
- Accessing this property will send the
print(status.operation.slot.summary.event)query.
TSP Syntax
- print(status.operation.slot.summary.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.slot.summary.ntr attribute.
Description
- This attribute contains the Slot Summary Register set.
Usage
- Accessing this property will send the
print(status.operation.slot.summary.ntr)query. - Setting this property to a value will send the
status.operation.slot.summary.ntr = valuecommand.
TSP Syntax
- status.operation.slot.summary.ntr = value
- print(status.operation.slot.summary.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.slot.summary.ptr attribute.
Description
- This attribute contains the Slot Summary Register set.
Usage
- Accessing this property will send the
print(status.operation.slot.summary.ptr)query. - Setting this property to a value will send the
status.operation.slot.summary.ptr = valuecommand.
TSP Syntax
- status.operation.slot.summary.ptr = value
- print(status.operation.slot.summary.ptr)
| Raises: |
|
|---|
StatusOperationTriggerOverrun
¶
Bases: BaseTSPCmd
The status.operation.trigger_overrun command tree.
Properties and methods
.condition: Thestatus.operation.trigger_overrun.conditionattribute..enable: Thestatus.operation.trigger_overrun.enableattribute..event: Thestatus.operation.trigger_overrun.eventattribute..ntr: Thestatus.operation.trigger_overrun.ntrattribute..ptr: Thestatus.operation.trigger_overrun.ptrattribute.
condition
property
¶
condition: str
Access the status.operation.trigger_overrun.condition attribute.
Description
- This attribute contains the operation status trigger overrun summary register set.
Usage
- Accessing this property will send the
print(status.operation.trigger_overrun.condition)query.
TSP Syntax
- print(status.operation.trigger_overrun.condition)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the status.operation.trigger_overrun.enable attribute.
Description
- This attribute contains the operation status trigger overrun summary register set.
Usage
- Accessing this property will send the
print(status.operation.trigger_overrun.enable)query. - Setting this property to a value will send the
status.operation.trigger_overrun.enable = valuecommand.
TSP Syntax
- status.operation.trigger_overrun.enable = value
- print(status.operation.trigger_overrun.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.operation.trigger_overrun.event attribute.
Description
- This attribute contains the operation status trigger overrun summary register set.
Usage
- Accessing this property will send the
print(status.operation.trigger_overrun.event)query.
TSP Syntax
- print(status.operation.trigger_overrun.event)
| Raises: |
|
|---|
ntr
property
writable
¶
ntr: str
Access the status.operation.trigger_overrun.ntr attribute.
Description
- This attribute contains the operation status trigger overrun summary register set.
Usage
- Accessing this property will send the
print(status.operation.trigger_overrun.ntr)query. - Setting this property to a value will send the
status.operation.trigger_overrun.ntr = valuecommand.
TSP Syntax
- status.operation.trigger_overrun.ntr = value
- print(status.operation.trigger_overrun.ntr)
| Raises: |
|
|---|
ptr
property
writable
¶
ptr: str
Access the status.operation.trigger_overrun.ptr attribute.
Description
- This attribute contains the operation status trigger overrun summary register set.
Usage
- Accessing this property will send the
print(status.operation.trigger_overrun.ptr)query. - Setting this property to a value will send the
status.operation.trigger_overrun.ptr = valuecommand.
TSP Syntax
- status.operation.trigger_overrun.ptr = value
- print(status.operation.trigger_overrun.ptr)
| Raises: |
|
|---|
StatusOperationUser
¶
Bases: BaseTSPCmd
The status.operation.user command tree.
Properties and methods
.condition: Thestatus.operation.user.conditionattribute..enable: Thestatus.operation.user.enableattribute..event: Thestatus.operation.user.eventattribute..ntr: Thestatus.operation.user.ntrattribute..ptr: Thestatus.operation.user.ptrattribute.
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 = valuecommand.
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 = valuecommand.
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 = valuecommand.
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 = valuecommand.
TSP Syntax
- status.operation.user.ptr = value
- print(status.operation.user.ptr)
| Raises: |
|
|---|
StatusStandard
¶
Bases: BaseTSPCmd
The status.standard command tree.
Properties and methods
.condition: Thestatus.standard.conditionattribute..enable: Thestatus.standard.enableattribute..event: Thestatus.standard.eventattribute..ntr: Thestatus.standard.ntrattribute..ptr: Thestatus.standard.ptrattribute.
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
- These attributes manage the Standard Event Status register set of the status model.
Usage
- Accessing this property will send the
print(status.standard.enable)query. - Setting this property to a value will send the
status.standard.enable = valuecommand.
TSP Syntax
- status.standard.enable = value
- print(status.standard.enable)
| Raises: |
|
|---|
event
property
¶
event: str
Access the status.standard.event 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.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 = valuecommand.
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 = valuecommand.
TSP Syntax
- status.standard.ptr = value
- print(status.standard.ptr)
| Raises: |
|
|---|
StatusSystem
¶
Bases: BaseTSPCmd
The status.system command tree.
Properties and methods
.condition: Thestatus.system.conditionattribute..enable: Thestatus.system.enableattribute..event: Thestatus.system.eventattribute..ntr: Thestatus.system.ntrattribute..ptr: Thestatus.system.ptrattribute.
condition
property
¶
condition: str
Access the status.system.condition attribute.
Description
- These attributes manage the TSP-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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 = valuecommand.
TSP Syntax
- status.system.ptr = value
- print(status.system.ptr)
| Raises: |
|
|---|
StatusSystem2
¶
Bases: BaseTSPCmd
The status.system2 command tree.
Properties and methods
.condition: Thestatus.system2.conditionattribute..enable: Thestatus.system2.enableattribute..event: Thestatus.system2.eventattribute..ntr: Thestatus.system2.ntrattribute..ptr: Thestatus.system2.ptrattribute.
condition
property
¶
condition: str
Access the status.system2.condition attribute.
Description
- These attributes manage the TSP-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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 = valuecommand.
TSP Syntax
- status.system2.ptr = value
- print(status.system2.ptr)
| Raises: |
|
|---|
StatusSystem3
¶
Bases: BaseTSPCmd
The status.system3 command tree.
Properties and methods
.condition: Thestatus.system3.conditionattribute..enable: Thestatus.system3.enableattribute..event: Thestatus.system3.eventattribute..ntr: Thestatus.system3.ntrattribute..ptr: Thestatus.system3.ptrattribute.
condition
property
¶
condition: str
Access the status.system3.condition attribute.
Description
- These attributes manage the TSP-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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 = valuecommand.
TSP Syntax
- status.system3.ptr = value
- print(status.system3.ptr)
| Raises: |
|
|---|
StatusSystem4
¶
Bases: BaseTSPCmd
The status.system4 command tree.
Properties and methods
.condition: Thestatus.system4.conditionattribute..enable: Thestatus.system4.enableattribute..event: Thestatus.system4.eventattribute..ntr: Thestatus.system4.ntrattribute..ptr: Thestatus.system4.ptrattribute.
condition
property
¶
condition: str
Access the status.system4.condition attribute.
Description
- These attributes manage the TSP-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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 = valuecommand.
TSP Syntax
- status.system4.ptr = value
- print(status.system4.ptr)
| Raises: |
|
|---|
StatusSystem5
¶
Bases: BaseTSPCmd
The status.system5 command tree.
Properties and methods
.condition: Thestatus.system5.conditionattribute..enable: Thestatus.system5.enableattribute..event: Thestatus.system5.eventattribute..ntr: Thestatus.system5.ntrattribute..ptr: Thestatus.system5.ptrattribute.
condition
property
¶
condition: str
Access the status.system5.condition attribute.
Description
- These attributes manage the TSP-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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-LinkTM 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 = valuecommand.
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-LinkTM 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 = valuecommand.
TSP Syntax
- status.system5.ptr = value
- print(status.system5.ptr)
| Raises: |
|
|---|