TypePy

SCPI Command :

[SENSe]:BWIDth:VIDeo:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() ScalingMode[source]
# [SENSe]:BWIDth:VIDeo:TYPE
value: enums.ScalingMode = driver.sense.bandwidth.video.typePy.get()

Enables or disables the logarithmic amplifier in front of the video filter in the signal path.

Returns:

mode: LINear The logarithmic amplifier in front of the video filter is bypassed to process linear detector samples. LOGarithmic The logarithmic amplifier in front of the video filter is enabled to process logarithmic detector samples.

set(mode: ScalingMode) None[source]
# [SENSe]:BWIDth:VIDeo:TYPE
driver.sense.bandwidth.video.typePy.set(mode = enums.ScalingMode.LINear)

Enables or disables the logarithmic amplifier in front of the video filter in the signal path.

Parameters:

mode – LINear The logarithmic amplifier in front of the video filter is bypassed to process linear detector samples. LOGarithmic The logarithmic amplifier in front of the video filter is enabled to process logarithmic detector samples.