Antennas

SCPI Commands :

ASSignment:ANTennas:LIST
ASSignment:ANTennas:SELect
class AntennasCls[source]

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

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

Queries the alias names of the unassigned receiver signals.

return:

list_py: ‘ReceiverSignal#1’,’ReceiverSignal#2’,…

get_select() str[source]
# SCPI: ASSignment:ANTennas:SELect
value: str = driver.assignment.antennas.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:ANTennas:SELect
driver.assignment.antennas.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