Advanced

SCPI Commands :

TRPRobe:SETup:ADVanced:AUDioverload
TRPRobe:SETup:ADVanced:FILTer
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_audioverload() bool[source]
# TRPRobe:SETup:ADVanced:AUDioverload
value: bool = driver.trProbe.setup.advanced.get_audioverload()

Activates the acustic overrange warning in the probe control box.

get_filter_py() bool[source]
# TRPRobe:SETup:ADVanced:FILTer
value: bool = driver.trProbe.setup.advanced.get_filter_py()

Enables the lowpass filter in the probe control box.

Returns:

bw_filter_st: OFF | ON

set_audioverload(audib_ovrrg: bool) None[source]
# TRPRobe:SETup:ADVanced:AUDioverload
driver.trProbe.setup.advanced.set_audioverload(audib_ovrrg = False)

Activates the acustic overrange warning in the probe control box.

Parameters:

audib_ovrrg – OFF | ON

set_filter_py(bw_filter_st: bool) None[source]
# TRPRobe:SETup:ADVanced:FILTer
driver.trProbe.setup.advanced.set_filter_py(bw_filter_st = False)

Enables the lowpass filter in the probe control box.

Parameters:

bw_filter_st – OFF | ON