TypePy
SCPI Command :
SYSTem:COMMunicate:RDEVice:GENerator<gen>:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(generator=Generator.Default) str [source]
# SCPI: 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.
- param generator
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)
- return
name: Generator name as string value
- set(name: str, generator=Generator.Default) None [source]
# SCPI: 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.
- param name
Generator name as string value
- param generator
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)