Hdefinition

SCPI Commands :

HDEFinition:STATe
HDEFinition:BWIDth
HDEFinition:BFTYpe
HDEFinition:RESolution
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_bandwidth() float[source]
# HDEFinition:BWIDth
value: float = driver.hdefinition.get_bandwidth()

Sets the filter bandwidth for the high definition mode.

Returns:

bandwidth: 1000 to 500E+6

get_bf_type() BwFilterCharacteristics[source]
# HDEFinition:BFTYpe
value: enums.BwFilterCharacteristics = driver.hdefinition.get_bf_type()

No help available

get_resolution() float[source]
# HDEFinition:RESolution
value: float = driver.hdefinition.get_resolution()

Displays the resulting vertical resolution in high definition mode. The higher the filter bandwidth, the lower the resolution.

Returns:

resolution: 0 to 18

get_state() bool[source]
# HDEFinition:STATe
value: bool = driver.hdefinition.get_state()

Enables high definition mode, which increases the numeric resolution of the waveform signal.

Returns:

state: ON: high definition mode OFF: normal oscilloscope mode

set_bandwidth(bandwidth: float) None[source]
# HDEFinition:BWIDth
driver.hdefinition.set_bandwidth(bandwidth = 1.0)

Sets the filter bandwidth for the high definition mode.

Parameters:

bandwidth – 1000 to 500E+6

set_bf_type(bw_filter_characteristics: BwFilterCharacteristics) None[source]
# HDEFinition:BFTYpe
driver.hdefinition.set_bf_type(bw_filter_characteristics = enums.BwFilterCharacteristics.BESSel)

No help available

set_state(state: bool) None[source]
# HDEFinition:STATe
driver.hdefinition.set_state(state = False)

Enables high definition mode, which increases the numeric resolution of the waveform signal.

Parameters:

state – ON: high definition mode OFF: normal oscilloscope mode