Link
SCPI Command :
SYSTem:COMMunicate:RDEVice:GENerator:LINK
- class LinkCls[source]
Link commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.GeneratorLink [source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:LINK value: enums.GeneratorLink = driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.link.get()
Selects the link type of the external generator if the GPIB interface is used. The difference between the two GPIB operating modes is the execution speed. During GPIB operation, each frequency to be set is transmitted to the generator separately. If the TTL interface is also used, a whole frequency list can be programmed in one go. Frequencies can then be switched per TTL handshake, which speeds up the process considerably.
- return
mode: No help available
- set(mode: RsFsw.enums.GeneratorLink) None [source]
# SCPI: SYSTem:COMMunicate:RDEVice:GENerator:LINK driver.applications.k30NoiseFigure.system.communicate.rdevice.generator.link.set(mode = enums.GeneratorLink.GPIB)
Selects the link type of the external generator if the GPIB interface is used. The difference between the two GPIB operating modes is the execution speed. During GPIB operation, each frequency to be set is transmitted to the generator separately. If the TTL interface is also used, a whole frequency list can be programmed in one go. Frequencies can then be switched per TTL handshake, which speeds up the process considerably.
- param mode
GPIB | TTL GPIB GPIB connection without TTL synchronization (for all generators of other manufacturers and some Rohde & Schwarz devices) TTL GPIB connection with TTL synchronization (if available; for most Rohde&Schwarz devices)