Skip to content

Commit

Permalink
deploy: 239c4ee
Browse files Browse the repository at this point in the history
  • Loading branch information
ribdp committed Apr 2, 2024
1 parent 85e1a22 commit d010ce6
Show file tree
Hide file tree
Showing 61 changed files with 5,629 additions and 1 deletion.
38 changes: 38 additions & 0 deletions _sources/reference_api/AD2S1210_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
adi.AD2S1210.Rx
---------------

**AD2S1210 Resolver-to-Digital Converter Class**

adi.AD2S1210.Rx Receives data from the AD2S1210 Resolver
The adi.AD2S1210.Rx System object is a signal source that can receive
data from the AD2S1210.

`rx = adi.AD2S1210.Rx;`
`rx = adi.AD2S1210.Rx('uri','192.168.2.1');`

`AD2S1210 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad2s1210.pdf>`_

Class Properties
================

**Angle**
Resolver angle in Degrees.

**AngleScale Angular Scale**
Resolver angle scale.

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.

**Velocity Angular Velocity**
Resolver velocity in revolutions per second.

**VelocityScale Velocity Angular Scale**
Resolver velocityscale.

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD2S1210.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4000_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4000.Rx
-------------

**AD4000 Precision ADC Class**

adi.AD4000.Rx Receives data from the AD4000 ADC
The adi.AD4000.Rx System object is a signal source that can receive
data from the AD4000.

`rx = adi.AD4000.Rx;`
`rx = adi.AD4000.Rx('uri','192.168.2.1');`

`AD4000 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4000-4004-4008.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4000.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4000.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4000.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4000.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4000.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4001_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4001.Rx
-------------

**AD4001 Precision ADC Class**

adi.AD4001.Rx Receives data from the AD4001 ADC
The adi.AD4001.Rx System object is a signal source that can receive
data from the AD4001.

`rx = adi.AD4001.Rx;`
`rx = adi.AD4001.Rx('uri','192.168.2.1');`

`AD4001 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4001-4005.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4001.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4001.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4001.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4001.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4001.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4002_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4002.Rx
-------------

**AD4002 Precision ADC Class**

adi.AD4002.Rx Receives data from the AD4002 ADC
The adi.AD4002.Rx System object is a signal source that can receive
data from the AD4002.

`rx = adi.AD4002.Rx;`
`rx = adi.AD4002.Rx('uri','192.168.2.1');`

`AD4002 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4002-4006-4010.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4002.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4002.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4002.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4002.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4002.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4003_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4003.Rx
-------------

**AD4003 Precision ADC Class**

adi.AD4003.Rx Receives data from the AD4003 ADC
The adi.AD4003.Rx System object is a signal source that can receive
data from the AD4003.

`rx = adi.AD4003.Rx;`
`rx = adi.AD4003.Rx('uri','192.168.2.1');`

`AD4003 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4003-4007-4011.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4003.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4003.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4003.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4003.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4003.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4004_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4004.Rx
-------------

**AD4004 Precision ADC Class**

adi.AD4004.Rx Receives data from the AD4004 ADC
The adi.AD4004.Rx System object is a signal source that can receive
data from the AD4004.

`rx = adi.AD4004.Rx;`
`rx = adi.AD4004.Rx('uri','192.168.2.1');`

`AD4004 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4000-4004-4008.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4004.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4004.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4004.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4004.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4004.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4005_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4005.Rx
-------------

**AD4005 Precision ADC Class**

adi.AD4005.Rx Receives data from the AD4005 ADC
The adi.AD4005.Rx System object is a signal source that can receive
data from the AD4005.

`rx = adi.AD4005.Rx;`
`rx = adi.AD4005.Rx('uri','192.168.2.1');`

`AD4005 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4001-4005.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4005.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4005.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4005.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4005.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4005.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4006_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4006.Rx
-------------

**AD4006 Precision ADC Class**

adi.AD4006.Rx Receives data from the AD4006 ADC
The adi.AD4006.Rx System object is a signal source that can receive
data from the AD4006.

`rx = adi.AD4006.Rx;`
`rx = adi.AD4006.Rx('uri','192.168.2.1');`

`AD4006 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4002-4006-4010.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4006.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4006.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4006.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4006.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4006.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4007_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4007.Rx
-------------

**AD4007 Precision ADC Class**

adi.AD4007.Rx Receives data from the AD4007 ADC
The adi.AD4007.Rx System object is a signal source that can receive
data from the AD4007.

`rx = adi.AD4007.Rx;`
`rx = adi.AD4007.Rx('uri','192.168.2.1');`

`AD4007 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4003-4007-4011.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4007.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4007.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4007.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4007.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4007.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4008_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4008.Rx
-------------

**AD4008 Precision ADC Class**

adi.AD4008.Rx Receives data from the AD4008 ADC
The adi.AD4008.Rx System object is a signal source that can receive
data from the AD4008.

`rx = adi.AD4008.Rx;`
`rx = adi.AD4008.Rx('uri','192.168.2.1');`

`AD4008 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4000-4004-4008.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4008.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4008.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4008.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4008.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4008.Rx/uri is inherited from superclass matlabshared.libiio.base

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4010_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4010.Rx
-------------

**AD4010 Precision ADC Class**

adi.AD4010.Rx Receives data from the AD4010 ADC
The adi.AD4010.Rx System object is a signal source that can receive
data from the AD4010.

`rx = adi.AD4010.Rx;`
`rx = adi.AD4010.Rx('uri','192.168.2.1');`

`AD4010 Datasheet <https://www.analog.com/media/en/technical-documentation/data-sheets/ad4002-4006-4010.pdf>`_

Class Properties
================

**EnabledChannels Enabled Channels**
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4010.Rx/SampleRate is inherited from superclass adi.AD400x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4010.Rx/SamplesPerFrame is inherited from superclass adi.AD400x.Base

**VoltageOffset Voltage Offset**
ADC Voltage offset.Help for adi.AD4010.Rx/VoltageOffset is inherited from superclass adi.AD400x.Base

**VoltageScale Voltage Scale**
ADC Voltage scale.Help for adi.AD4010.Rx/VoltageScale is inherited from superclass adi.AD400x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4010.Rx/uri is inherited from superclass matlabshared.libiio.base

Loading

0 comments on commit d010ce6

Please sign in to comment.