Emitters

SCPI Commands :

ASSignment:EMITters:LIST
ASSignment:EMITters:SELect
class EmittersCls[source]

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

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

Queries the alias names of the unassigned emitters/interferers.

return:

list_py: ‘Emitter/Inter#1’,’Emitter/Inter#2’,…

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

Selects the element to which the subsequent commands apply.

return:

select: string Available element as queried with the corresponding …:LIST command. For example, method RsPulseSeq.Assignment.Generator.Path.Antenna.listPy

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

Selects the element to which the subsequent commands apply.

param select:

string Available element as queried with the corresponding …:LIST command. For example, method RsPulseSeq.Assignment.Generator.Path.Antenna.listPy