slot
¶
The slot commands module.
These commands are used in the following models: DAQ6510
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- slot[slot].amps.endchannel
- slot[slot].amps.startchannel
- slot[slot].analogoutput.endchannel
- slot[slot].analogoutput.startchannel
- slot[slot].commonsideohms
- slot[slot].digitalio.endchannel
- slot[slot].digitalio.startchannel
- slot[slot].idn
- slot[slot].isolated.endchannel
- slot[slot].isolated.startchannel
- slot[slot].matrix.columns
- slot[slot].matrix.rows
- slot[slot].maxvoltage
- slot[slot].pseudocard
- slot[slot].tempsensor
- slot[slot].totalizer.endchannel
- slot[slot].totalizer.startchannel
- slot[slot].voltage.endchannel
- slot[slot].voltage.startchannel
SlotItem
¶
Bases: ValidatedDynamicNumberCmd, BaseTSPCmd
The slot[slot] command tree.
Info
slot, the slot number.
Properties and methods
.amps: Theslot[slot].ampscommand tree..analogoutput: Theslot[slot].analogoutputcommand tree..commonsideohms: Theslot[slot].commonsideohmsattribute..digitalio: Theslot[slot].digitaliocommand tree..idn: Theslot[slot].idnattribute..isolated: Theslot[slot].isolatedcommand tree..matrix: Theslot[slot].matrixcommand tree..maxvoltage: Theslot[slot].maxvoltageattribute..pseudocard: Theslot[slot].pseudocardattribute..tempsensor: Theslot[slot].tempsensorattribute..totalizer: Theslot[slot].totalizercommand tree..voltage: Theslot[slot].voltagecommand tree.
amps
property
¶
amps: SlotItemAmps
Return the slot[slot].amps command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].amps.endchannelattribute..startchannel: Theslot[slot].amps.startchannelattribute.
analogoutput
property
¶
analogoutput: SlotItemAnalogoutput
Return the slot[slot].analogoutput command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].analogoutput.endchannelattribute..startchannel: Theslot[slot].analogoutput.startchannelattribute.
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.
| Raises: |
|
|---|
digitalio
property
¶
digitalio: SlotItemDigitalio
Return the slot[slot].digitalio command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].digitalio.endchannelattribute..startchannel: Theslot[slot].digitalio.startchannelattribute.
idn
property
¶
idn: str
Access the slot[slot].idn attribute.
Description
- This attribute returns a string that contains information about the switching module.
Usage
- Accessing this property will send the
print(slot[slot].idn)query.
TSP Syntax
- print(slot[slot].idn)
Info
slot, the slot number (1 or 2).
| Raises: |
|
|---|
isolated
property
¶
isolated: SlotItemIsolated
Return the slot[slot].isolated command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].isolated.endchannelattribute..startchannel: Theslot[slot].isolated.startchannelattribute.
matrix
property
¶
matrix: SlotItemMatrix
Return the slot[slot].matrix command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.columns: Theslot[slot].matrix.columnsattribute..rows: Theslot[slot].matrix.rowsattribute.
maxvoltage
property
¶
maxvoltage: str
Access the slot[slot].maxvoltage attribute.
Description
- This attribute returns the maximum voltage of all channels on a switching module 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 or 2).
| Raises: |
|
|---|
pseudocard
property
writable
¶
pseudocard: str
Access the slot[slot].pseudocard attribute.
Description
- This attribute specifies a pseudocard to implement for the designated slot.
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 or 2).
| Raises: |
|
|---|
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.
| Raises: |
|
|---|
totalizer
property
¶
totalizer: SlotItemTotalizer
Return the slot[slot].totalizer command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].totalizer.endchannelattribute..startchannel: Theslot[slot].totalizer.startchannelattribute.
voltage
property
¶
voltage: SlotItemVoltage
Return the slot[slot].voltage command tree.
Info
slot, the slot number.
Sub-properties and sub-methods
.endchannel: Theslot[slot].voltage.endchannelattribute..startchannel: Theslot[slot].voltage.startchannelattribute.
SlotItemAmps
¶
Bases: BaseTSPCmd
The slot[slot].amps command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].amps.endchannelattribute..startchannel: Theslot[slot].amps.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].amps.endchannel attribute.
Description
- This attribute indicates the last channel in the specified slot that supports amps measurements.
Usage
- Accessing this property will send the
print(slot[slot].amps.endchannel)query.
TSP Syntax
- print(slot[slot].amps.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].amps.startchannel attribute.
Description
- This attribute indicates the first channel in the specified slot that supports current measurements.
Usage
- Accessing this property will send the
print(slot[slot].amps.startchannel)query.
TSP Syntax
- print(slot[slot].amps.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemAnalogoutput
¶
Bases: BaseTSPCmd
The slot[slot].analogoutput command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].analogoutput.endchannelattribute..startchannel: Theslot[slot].analogoutput.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].analogoutput.endchannel attribute.
Description
- This attribute indicates the last channel in the specified slot that supports analog outputs.
Usage
- Accessing this property will send the
print(slot[slot].analogoutput.endchannel)query.
TSP Syntax
- print(slot[slot].analogoutput.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].analogoutput.startchannel attribute.
Description
- This attribute indicates the first channel in the specified slot that supports analog outputs.
Usage
- Accessing this property will send the
print(slot[slot].analogoutput.startchannel)query.
TSP Syntax
- print(slot[slot].analogoutput.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemDigitalio
¶
Bases: BaseTSPCmd
The slot[slot].digitalio command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].digitalio.endchannelattribute..startchannel: Theslot[slot].digitalio.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].digitalio.endchannel attribute.
Description
- This attribute indicates the last channel in the specified slot that supports digital inputs and outputs.
Usage
- Accessing this property will send the
print(slot[slot].digitalio.endchannel)query.
TSP Syntax
- print(slot[slot].digitalio.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].digitalio.startchannel attribute.
Description
- This attribute indicates the first channel in the specified slot that supports digital inputs and outputs.
Usage
- Accessing this property will send the
print(slot[slot].digitalio.startchannel)query.
TSP Syntax
- print(slot[slot].digitalio.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemIsolated
¶
Bases: BaseTSPCmd
The slot[slot].isolated command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].isolated.endchannelattribute..startchannel: Theslot[slot].isolated.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].isolated.endchannel attribute.
Description
- This attribute indicates the last channel in the specified slot that has isolated channels.
Usage
- Accessing this property will send the
print(slot[slot].isolated.endchannel)query.
TSP Syntax
- print(slot[slot].isolated.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].isolated.startchannel attribute.
Description
- This attribute indicates the first channel in the specified slot that has isolated channels.
Usage
- Accessing this property will send the
print(slot[slot].isolated.startchannel)query.
TSP Syntax
- print(slot[slot].isolated.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemMatrix
¶
Bases: BaseTSPCmd
The slot[slot].matrix command tree.
Info
slot, the slot number.
Properties and methods
.columns: Theslot[slot].matrix.columnsattribute..rows: Theslot[slot].matrix.rowsattribute.
columns
property
¶
columns: str
Access the slot[slot].matrix.columns 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].matrix.columns)query.
TSP Syntax
- print(slot[slot].matrix.columns)
Info
slot, the slot number.
| Raises: |
|
|---|
rows
property
¶
rows: str
Access the slot[slot].matrix.rows 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].matrix.rows)query.
TSP Syntax
- print(slot[slot].matrix.rows)
Info
slot, the slot number (1 or 2).
| Raises: |
|
|---|
SlotItemTotalizer
¶
Bases: BaseTSPCmd
The slot[slot].totalizer command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].totalizer.endchannelattribute..startchannel: Theslot[slot].totalizer.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].totalizer.endchannel attribute.
Description
- This attribute indicates the last totalizer channel in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].totalizer.endchannel)query.
TSP Syntax
- print(slot[slot].totalizer.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].totalizer.startchannel attribute.
Description
- This attribute indicates the first totalizer channel in the specified slot.
Usage
- Accessing this property will send the
print(slot[slot].totalizer.startchannel)query.
TSP Syntax
- print(slot[slot].totalizer.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
SlotItemVoltage
¶
Bases: BaseTSPCmd
The slot[slot].voltage command tree.
Info
slot, the slot number.
Properties and methods
.endchannel: Theslot[slot].voltage.endchannelattribute..startchannel: Theslot[slot].voltage.startchannelattribute.
endchannel
property
¶
endchannel: str
Access the slot[slot].voltage.endchannel attribute.
Description
- This attribute indicates the last channel in the specified slot that supports voltage or 2-wire measurements.
Usage
- Accessing this property will send the
print(slot[slot].voltage.endchannel)query.
TSP Syntax
- print(slot[slot].voltage.endchannel)
Info
slot, the slot number.
| Raises: |
|
|---|
startchannel
property
¶
startchannel: str
Access the slot[slot].voltage.startchannel attribute.
Description
- This attribute indicates the first channel in the specified slot that supports voltage or 2-wire measurements.
Usage
- Accessing this property will send the
print(slot[slot].voltage.startchannel)query.
TSP Syntax
- print(slot[slot].voltage.startchannel)
Info
slot, the slot number.
| Raises: |
|
|---|