Scaling
SCPI Command :
[SENSe]:CORRection:TRANsducer:SCALing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ScalingMode[source]
# [SENSe]:CORRection:TRANsducer:SCALing value: enums.ScalingMode = driver.sense.correction.transducer.scaling.get()
This command selects the frequency scaling of the transducer factor.
- Returns:
scaling_type: LINear | LOGarithmic
- set(scaling_type: ScalingMode) None[source]
# [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.
- Parameters:
scaling_type – LINear | LOGarithmic