Center

SCPI Command :

CONFigure:GENerator:FREQuency:CENTer
class CenterCls[source]

Center commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get() float[source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.

return

frequency: numeric value Unit: Hz

set(frequency: float) None[source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.

param frequency

numeric value Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.generator.frequency.center.clone()

Subgroups