Hdefinition

SCPI Commands :

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

Sets the filter bandwidth for the high definition mode.

Returns:

bandwidth: 10000 to max. 2 GHz, depending on the instrument bandwidth.

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

Returns the resulting digital resolution in high definition mode.

Returns:

resolution: 0 to 16

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

Activates the high definition mode of the instrument.

Returns:

state: ON: high definition mode, up to 16 bit digital resolution 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 – 10000 to max. 2 GHz, depending on the instrument bandwidth.

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

Activates the high definition mode of the instrument.

Parameters:

state – ON: high definition mode, up to 16 bit digital resolution OFF: normal oscilloscope mode