Glc

SCPI Command :

[SENSe]:PSERvoing[:GLC]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() GenLevelControl[source]
# [SENSe]:PSERvoing[:GLC]
value: enums.GenLevelControl = driver.applications.k18AmplifierEt.sense.pservoing.glc.get()

Selects if the generator level is modified using input power or digital attenuation.

Returns:

gen_level_control: RFL | DATT RFL Input power DATT Digital attenuation

set(gen_level_control: GenLevelControl) None[source]
# [SENSe]:PSERvoing[:GLC]
driver.applications.k18AmplifierEt.sense.pservoing.glc.set(gen_level_control = enums.GenLevelControl.DATT)

Selects if the generator level is modified using input power or digital attenuation.

Parameters:

gen_level_control – RFL | DATT RFL Input power DATT Digital attenuation