Immediate

SCPI Commands

SYSTem:CONFigure:GENerator:INITialise:IMMediate
class ImmediateCls[source]

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

set() None[source]
# SCPI: SYSTem:CONFigure:GENerator:INITialise[:IMMediate]
driver.applications.k30NoiseFigure.system.configure.generator.initialise.immediate.set()

This command establishes a connection to the external generator. When you send the command, the application configures the generator once and turns on its RF output. Note that you have to establish a connection to the generator before you can perform the measurement. The command is available with option R&S FSWP-B10.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SYSTem:CONFigure:GENerator:INITialise[:IMMediate]
driver.applications.k30NoiseFigure.system.configure.generator.initialise.immediate.set_with_opc()

This command establishes a connection to the external generator. When you send the command, the application configures the generator once and turns on its RF output. Note that you have to establish a connection to the generator before you can perform the measurement. The command is available with option R&S FSWP-B10.

Same as set, but waits for the operation to complete before continuing further. Use the RsFswp.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.