Group

SCPI Commands :

ASSignment:GROup:LIST
ASSignment:GROup:SELect
class GroupCls[source]

Group commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_list_py() str[source]
# SCPI: ASSignment:GROup:LIST
value: str = driver.assignment.group.get_list_py()

If interleaving groups are defined, queries the alias names of the unassigned interleaving groups.

return:

list_py: string

get_select() str[source]
# SCPI: ASSignment:GROup:SELect
value: str = driver.assignment.group.get_select()

Assigns the selected group to the plugin and path selected with the commands method RsPulseSeq.Assignment.Destination. select and method RsPulseSeq.Assignment.Destination.Path.select.

return:

select: string

set_select(select: str) None[source]
# SCPI: ASSignment:GROup:SELect
driver.assignment.group.set_select(select = 'abc')

Assigns the selected group to the plugin and path selected with the commands method RsPulseSeq.Assignment.Destination. select and method RsPulseSeq.Assignment.Destination.Path.select.

param select:

string