Scale
SCPI Command :
CONFigure:MODeling:SCALe
- class ScaleCls[source]
Scale commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.ScalingMode [source]
# SCPI: 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.
- return
state: LINear Input power range is split on a linear basis. LOGarithmic Input power range is split on a logarithmic basis.
- set(state: RsFsw.enums.ScalingMode) None [source]
# SCPI: 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.
- param state
LINear Input power range is split on a linear basis. LOGarithmic Input power range is split on a logarithmic basis.