Scaling
SCPI Command :
[SENSe]:CORRection:TRANsducer:SCALing
- class ScalingCls[source]
Scaling commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.ScalingMode [source]
# SCPI: [SENSe]:CORRection:TRANsducer:SCALing value: enums.ScalingMode = driver.sense.correction.transducer.scaling.get()
This command selects the frequency scaling of the transducer factor.
- return
scaling_type: LINear | LOGarithmic
- set(scaling_type: RsFsw.enums.ScalingMode) None [source]
# SCPI: [SENSe]:CORRection:TRANsducer:SCALing driver.sense.correction.transducer.scaling.set(scaling_type = enums.ScalingMode.LINear)
This command selects the frequency scaling of the transducer factor.
- param scaling_type
LINear | LOGarithmic