Immediate
SCPI Command :
SYSTem:CONFigure:GENerator:INITialise[:IMMediate]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- perform() None[source]
# SYSTem:CONFigure:GENerator:INITialise[:IMMediate] driver.applications.k30NoiseFigure.system.configure.generator.initialise.immediate.perform()
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 FSW-B10.
- perform_with_opc(opc_timeout_ms: int = -1) None[source]
# SYSTem:CONFigure:GENerator:INITialise[:IMMediate] driver.applications.k30NoiseFigure.system.configure.generator.initialise.immediate.perform_with_opc()
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 FSW-B10.
Same as perform, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.