Center
SCPI Command :
CONFigure:GENerator:FREQuency:CENTer
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() float[source]
# CONFigure:GENerator:FREQuency:CENTer value: float = driver.applications.k18AmplifierEt.configure.generator.frequency.center.get()
This command defines the frequency of the generator. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
frequency: numeric value Unit: Hz
- set(frequency: float) None[source]
# CONFigure:GENerator:FREQuency:CENTer driver.applications.k18AmplifierEt.configure.generator.frequency.center.set(frequency = 1.0)
This command defines the frequency of the generator. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
frequency – numeric value Unit: Hz
Cloning the Group
# Create a copy of the original group, that exists independently
center_copy = driver.applications.k18AmplifierEt.configure.generator.frequency.center.clone()
Subgroups