@@ -655,8 +655,10 @@ specific device from all connected supported devices use the
655655
656656 Arguments:
657657 - driver (str): name of the sigrok driver to use
658- - channels (str): optional, channel mapping as described in the sigrok-cli
659- man page
658+ - channels (str): optional, channel mapping as described in the
659+ ``sigrok-cli `` man page
660+ - channel_group (str): optional, channel group as described in the
661+ ``sigrok-cli `` man page
660662
661663Used by:
662664 - `SigrokDriver `_
@@ -896,8 +898,10 @@ A :any:`SigrokUSBDevice` resource describes a *Sigrok* USB device.
896898
897899 Arguments:
898900 - driver (str): name of the sigrok driver to use
899- - channels (str): optional, channel mapping as described in the sigrok-cli
900- man page
901+ - channels (str): optional, channel mapping as described in the
902+ ``sigrok-cli `` man page
903+ - channel_group (str): optional, channel group as described in the
904+ ``sigrok-cli `` man page
901905 - match (dict): key and value pairs for a udev match, see `udev Matching `_
902906
903907Used by:
@@ -926,6 +930,8 @@ Arguments:
926930 - driver (str): name of the sigrok driver to use
927931 - channels (str): optional, channel mapping as described in the
928932 ``sigrok-cli `` man page
933+ - channel_group (str): optional, channel group as described in the
934+ ``sigrok-cli `` man page
929935 - match (dict): key and value pairs for a udev match, see `udev Matching `_
930936
931937Used by:
0 commit comments