TypePy

SCPI Command :

[SENSe]:BWIDth:VIDeo:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.ScalingMode[source]
# SCPI: [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.

return

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: RsFsw.enums.ScalingMode) None[source]
# SCPI: [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.

param 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.