TypePy

SCPI Command :

SYSTem:COMMunicate:RDEVice:GENerator<gen>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(generator=Generator.Default) str[source]
# SYSTem:COMMunicate:RDEVice:GENerator<gen>:TYPE
value: str = driver.system.communicate.rdevice.generator.typePy.get(generator = repcap.Generator.Default)

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.

Parameters:

generator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)

Returns:

name: Generator name as string value

set(name: str, generator=Generator.Default) None[source]
# SYSTem:COMMunicate:RDEVice:GENerator<gen>:TYPE
driver.system.communicate.rdevice.generator.typePy.set(name = 'abc', generator = repcap.Generator.Default)

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.

Parameters:
  • name – Generator name as string value

  • generator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)