slot
¶
The slot 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
- slot[slot].banks.matrix
- slot[slot].columns.matrix
- slot[slot].commonsideohms
- slot[slot].digio
- slot[slot].idn
- slot[slot].interlock.override
- slot[slot].interlock.state
- slot[slot].isolated
- slot[slot].matrix
- slot[slot].maxvoltage
- slot[slot].multiplexer
- slot[slot].poles.four
- slot[slot].poles.one
- slot[slot].poles.two
- slot[slot].pseudocard
- slot[slot].rows.matrix
- slot[slot].tempsensor
- slot[slot].thermal.state
SlotItem
¶
Bases: ValidatedDynamicNumberCmd, BaseTSPCmd
The slot[slot] command tree.
Info
slot, the slot number.
Properties and methods
.banks: Theslot[slot].bankscommand tree..columns: Theslot[slot].columnscommand tree..commonsideohms: Theslot[slot].commonsideohmsattribute..digio: Theslot[slot].digioattribute..idn: Theslot[slot].idnattribute..interlock: Theslot[slot].interlockcommand tree..isolated: Theslot[slot].isolatedattribute..matrix: Theslot[slot].matrixattribute..maxvoltage: Theslot[slot].maxvoltageattribute..multiplexer: Theslot[slot].multiplexerattribute..poles: Theslot[slot].polescommand tree..pseudocard: Theslot[slot].pseudocardattribute..rows: Theslot[slot].rowscommand tree..tempsensor: Theslot[slot].tempsensorattribute..thermal: Theslot[slot].thermalcommand tree.
banks
property
¶
banks: SlotItemBanks
Return the slot[slot].banks command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.matrix: Theslot[slot].banks.matrixattribute.
columns
property
¶
columns: SlotItemColumns
Return the slot[slot].columns command tree.
Info
slot, the slot number (1 to 6).
Sub-properties and sub-methods
.matrix: Theslot[slot].columns.matrixattribute.
commonsideohms
property
¶
commonsideohms: str
Access the slot[slot].commonsideohms attribute.
Description
- This attribute indicates whether a card in the specified slot supports commonside channels for 4-wire resistance measurements.
Usage
- Accessing this property will send the
print(slot[slot].commonsideohms)query.
TSP Syntax
- print(slot[slot].commonsideohms)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
digio
property
¶
digio: str
Access the slot[slot].digio attribute.
Description
- This attribute indicates whether or not a card in the specified slot supports digital input and output channels.
Usage
- Accessing this property will send the
print(slot[slot].digio)query.
TSP Syntax
- print(slot[slot].digio)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
idn
property
¶
idn: str
Access the slot[slot].idn attribute.
Description
- This attribute returns a string that contains information about the plug-in card.
Usage
- Accessing this property will send the
print(slot[slot].idn)query.
TSP Syntax
- print(slot[slot].idn)
Info
slot, the slot number(1 to 6).
| Raises: |
|
|---|
interlock
property
¶
interlock: SlotItemInterlock
Return the slot[slot].interlock command tree.
Info
slot, the slot (1 to 6) containing the card to which the interlock state is applied.
Sub-properties and sub-methods
.override: Theslot[slot].interlock.overrideattribute..state: Theslot[slot].interlock.stateattribute.
isolated
property
¶
isolated: str
Access the slot[slot].isolated attribute.
Description
- This attribute indicates if the card in the specified slot supports isolated channels.
Usage
- Accessing this property will send the
print(slot[slot].isolated)query.
TSP Syntax
- print(slot[slot].isolated)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
matrix
property
¶
matrix: str
Access the slot[slot].matrix attribute.
Description
- This attribute indicates if the card in the specified slot supports matrix channels.
Usage
- Accessing this property will send the
print(slot[slot].matrix)query.
TSP Syntax
- print(slot[slot].matrix)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
maxvoltage
property
¶
maxvoltage: str
Access the slot[slot].maxvoltage attribute.
Description
- This attribute returns the maximum voltage of all channels on a plug-in card in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].maxvoltage)query.
TSP Syntax
- print(slot[slot].maxvoltage)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
multiplexer
property
¶
multiplexer: str
Access the slot[slot].multiplexer attribute.
Description
- This attribute indicates if the card in the specified slot supports multiplexer channels.
Usage
- Accessing this property will send the
print(slot[slot].multiplexer)query.
TSP Syntax
- print(slot[slot].multiplexer)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
poles
property
¶
poles: SlotItemPoles
Return the slot[slot].poles command tree.
Info
slot, the slot number (1 to 6).
Sub-properties and sub-methods
.four: Theslot[slot].poles.fourattribute..one: Theslot[slot].poles.oneattribute..two: Theslot[slot].poles.twoattribute.
pseudocard
property
writable
¶
pseudocard: str
Access the slot[slot].pseudocard attribute.
Description
- This attribute specifies a pseudocard to implement.
Usage
- Accessing this property will send the
print(slot[slot].pseudocard)query. - Setting this property to a value will send the
slot[slot].pseudocard = valuecommand.
TSP Syntax
- slot[slot].pseudocard = value
- print(slot[slot].pseudocard)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
rows
property
¶
rows: SlotItemRows
Return the slot[slot].rows command tree.
Info
slot, the slot number (1 to 6).
Sub-properties and sub-methods
.matrix: Theslot[slot].rows.matrixattribute.
tempsensor
property
¶
tempsensor: str
Access the slot[slot].tempsensor attribute.
Description
- This attribute indicates if the module in the specified slot supports temperature sensor channels.
Usage
- Accessing this property will send the
print(slot[slot].tempsensor)query.
TSP Syntax
- print(slot[slot].tempsensor)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
thermal
property
¶
thermal: SlotItemThermal
Return the slot[slot].thermal command tree.
Info
slot, the slot number (1 to 6).
Sub-properties and sub-methods
.state: Theslot[slot].thermal.stateattribute.
SlotItemBanks
¶
Bases: BaseTSPCmd
The slot[slot].banks command tree.
Info
slot, the slot number.
Properties and methods
.matrix: Theslot[slot].banks.matrixattribute.
matrix
property
¶
matrix: str
Access the slot[slot].banks.matrix attribute.
Description
- This attribute describes the number of banks in the matrix for a card.
Usage
- Accessing this property will send the
print(slot[slot].banks.matrix)query.
TSP Syntax
- print(slot[slot].banks.matrix)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemColumns
¶
Bases: BaseTSPCmd
The slot[slot].columns command tree.
Info
slot, the slot number (1 to 6).
Properties and methods
.matrix: Theslot[slot].columns.matrixattribute.
matrix
property
¶
matrix: str
Access the slot[slot].columns.matrix attribute.
Description
- This attribute returns the number of columns in the matrix for the card in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].columns.matrix)query.
TSP Syntax
- print(slot[slot].columns.matrix)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
SlotItemInterlock
¶
Bases: BaseTSPCmd
The slot[slot].interlock command tree.
Info
slot, the slot (1 to 6) containing the card to which the interlock state is applied.
Properties and methods
.override: Theslot[slot].interlock.overrideattribute..state: Theslot[slot].interlock.stateattribute.
override
property
writable
¶
override: str
Access the slot[slot].interlock.override attribute.
Description
- This attribute suppresses or permits interlock errors to be generated.
Usage
- Accessing this property will send the
print(slot[slot].interlock.override)query. - Setting this property to a value will send the
slot[slot].interlock.override = valuecommand.
TSP Syntax
- slot[slot].interlock.override = value
- print(slot[slot].interlock.override)
Info
slot, the slot (1 to 6) containing the card to which the interlock state is applied.
| Raises: |
|
|---|
state
property
¶
state: str
Access the slot[slot].interlock.state attribute.
Description
- This attribute indicates the interlock state of a card.
Usage
- Accessing this property will send the
print(slot[slot].interlock.state)query.
TSP Syntax
- print(slot[slot].interlock.state)
Info
slot, the slot (1 to 6) containing the card to which the interlock state is applied.
| Raises: |
|
|---|
SlotItemPoles
¶
Bases: BaseTSPCmd
The slot[slot].poles command tree.
Info
slot, the slot number (1 to 6).
Properties and methods
.four: Theslot[slot].poles.fourattribute..one: Theslot[slot].poles.oneattribute..two: Theslot[slot].poles.twoattribute.
four
property
¶
four: str
Access the slot[slot].poles.four attribute.
Description
- This attribute indicates if a four-pole setting is supported for the channels on the card.
Usage
- Accessing this property will send the
print(slot[slot].poles.four)query.
TSP Syntax
- print(slot[slot].poles.four)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
one
property
¶
one: str
Access the slot[slot].poles.one attribute.
Description
- This attribute indicates if a one-pole setting is supported for the channels on the specified card.
Usage
- Accessing this property will send the
print(slot[slot].poles.one)query.
TSP Syntax
- print(slot[slot].poles.one)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
two
property
¶
two: str
Access the slot[slot].poles.two attribute.
Description
- This attribute indicates if a two-pole setting is supported for the channels on the card.
Usage
- Accessing this property will send the
print(slot[slot].poles.two)query.
TSP Syntax
- print(slot[slot].poles.two)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
SlotItemRows
¶
Bases: BaseTSPCmd
The slot[slot].rows command tree.
Info
slot, the slot number (1 to 6).
Properties and methods
.matrix: Theslot[slot].rows.matrixattribute.
matrix
property
¶
matrix: str
Access the slot[slot].rows.matrix attribute.
Description
- This attribute returns the number of rows in the matrix on the card in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].rows.matrix)query.
TSP Syntax
- print(slot[slot].rows.matrix)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|
SlotItemThermal
¶
Bases: BaseTSPCmd
The slot[slot].thermal command tree.
Info
slot, the slot number (1 to 6).
Properties and methods
.state: Theslot[slot].thermal.stateattribute.
state
property
¶
state: str
Access the slot[slot].thermal.state attribute.
Description
- This attribute indicates the thermal state of the card in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].thermal.state)query.
TSP Syntax
- print(slot[slot].thermal.state)
Info
slot, the slot number (1 to 6).
| Raises: |
|
|---|