Link
SCPI Command :
SYSTem:COMMunicate:RDEVice:GENerator<gen>:LINK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(generator=Generator.Default) GeneratorLink[source]
# SYSTem:COMMunicate:RDEVice:GENerator<gen>:LINK value: enums.GeneratorLink = driver.system.communicate.rdevice.generator.link.get(generator = repcap.Generator.Default)
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.
- Parameters:
generator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)
- Returns:
type_py: 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)
- set(type_py: GeneratorLink, generator=Generator.Default) None[source]
# SYSTem:COMMunicate:RDEVice:GENerator<gen>:LINK driver.system.communicate.rdevice.generator.link.set(type_py = enums.GeneratorLink.GPIB, generator = repcap.Generator.Default)
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.
- Parameters:
type_py – 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)
generator – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Generator’)