Hspeed

SCPI Command :

[SENSe]:POWer:HSPeed
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:POWer:HSPeed
value: bool = driver.sense.power.hspeed.get()

Turns high speed ACLR and channel power measurements on and off. If on, the FSW performs a measurement on each channel in the time domain. It returns to the frequency domain when the measurement is done. In some telecommunications standards, high speed measurements use weighting filters with characteristic or steep-edged channel filters for band limitation.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:POWer:HSPeed
driver.sense.power.hspeed.set(state = False)

Turns high speed ACLR and channel power measurements on and off. If on, the FSW performs a measurement on each channel in the time domain. It returns to the frequency domain when the measurement is done. In some telecommunications standards, high speed measurements use weighting filters with characteristic or steep-edged channel filters for band limitation.

Parameters:

state – ON | OFF | 1 | 0