Scale
SCPI Command :
CONFigure:MODeling:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ScalingMode[source]
# CONFigure:MODeling:SCALe value: enums.ScalingMode = driver.applications.k18AmplifierEt.configure.modeling.scale.get()
This command selects the method by which the input power range is split into smaller ranges for the calculation of the amplifier model.
- Returns:
state: LINear Input power range is split on a linear basis. LOGarithmic Input power range is split on a logarithmic basis.
- set(state: ScalingMode) None[source]
# CONFigure:MODeling:SCALe driver.applications.k18AmplifierEt.configure.modeling.scale.set(state = enums.ScalingMode.LINear)
This command selects the method by which the input power range is split into smaller ranges for the calculation of the amplifier model.
- Parameters:
state – LINear Input power range is split on a linear basis. LOGarithmic Input power range is split on a logarithmic basis.