TypePy

SCPI Command :

SYSTem:COMMunicate:RDEVice:GENerator:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:TYPE
value: str = driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.typePy.get()

Selects the type of external generator. For a list of the available generator types, see the specifications document. Is only valid if External Generator Control (R&S FSW-B10) is installed.

return

name: Generator name as string value

set(name: str) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:TYPE
driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.typePy.set(name = 'abc')

Selects the type of external generator. For a list of the available generator types, see the specifications document. Is only valid if External Generator Control (R&S FSW-B10) is installed.

param name

Generator name as string value