Hdefinition

SCPI Command :

FRANalysis:HDEFinition[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_enable() bool[source]
# FRANalysis:HDEFinition[:ENABle]
value: bool = driver.franalysis.hdefinition.get_enable()

Disables the HD mode, which is active by default. In particular, disable the HD mode if you analyze switching peaks.

Returns:

hd_mode: OFF | ON

set_enable(hd_mode: bool) None[source]
# FRANalysis:HDEFinition[:ENABle]
driver.franalysis.hdefinition.set_enable(hd_mode = False)

Disables the HD mode, which is active by default. In particular, disable the HD mode if you analyze switching peaks.

Parameters:

hd_mode – OFF | ON