From 9e0fcdc54fafca024992c8b2a1cb40f906b662de Mon Sep 17 00:00:00 2001 From: MPhalke Date: Wed, 11 Oct 2023 10:20:01 +0530 Subject: [PATCH] AD4858: Generated documentation Auto generated documentation .json file by running gen_sysobj_doc.m file Signed-off-by: MPhalke --- CI/gen_doc/docs/sysobjs.json | 38 ++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/CI/gen_doc/docs/sysobjs.json b/CI/gen_doc/docs/sysobjs.json index 7524757..6e5f4ec 100644 --- a/CI/gen_doc/docs/sysobjs.json +++ b/CI/gen_doc/docs/sysobjs.json @@ -5,7 +5,7 @@ "props": [ { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -31,7 +31,7 @@ "props": [ { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -62,7 +62,7 @@ }, { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -88,7 +88,7 @@ "props": [ { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -119,7 +119,7 @@ "props": [ { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -150,7 +150,7 @@ "props": [ { "prop_name": "EnabledChannels", - "prop_title": " EnabledChannels Enabled Channels", + "prop_title": " EnabledChannels Enabled Channels", "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" }, { @@ -174,5 +174,31 @@ "prop_description": "Hostname or IP address of remote libIIO deviceHelp for adi.AD4630_24.Rx/uri is inherited from superclass matlabshared.libiio.base" } ] + }, + { + "name": "adi.AD4858.Rx", + "dec": " adi.AD4858.Rx Receives data from the AD4858 ADC
The adi.AD4858.Rx System object is a signal source that can receive
data from the AD4858.

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

AD4858 Datasheet
Documentation for adi.AD4858.Rx
doc adi.AD4858.Rx
", + "props": [ + { + "prop_name": "EnabledChannels", + "prop_title": " EnabledChannels Enabled Channels", + "prop_description": "Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant" + }, + { + "prop_name": "SampleRate", + "prop_title": " SampleRate Sample Rate", + "prop_description": "Baseband sampling rate in Hz, specified as a scalar in samples per second." + }, + { + "prop_name": "SamplesPerFrame", + "prop_title": " SamplesPerFrame Samples Per Frame", + "prop_description": "Number of samples per frame, specified as an even positive integer." + }, + { + "prop_name": "uri", + "prop_title": " URI - remote host URI", + "prop_description": "Hostname or IP address of remote libIIO deviceHelp for adi.AD4858.Rx/uri is inherited from superclass matlabshared.libiio.base" + } + ] } ] \ No newline at end of file