Hspeed
SCPI Command :
[SENSe]:POWer:HSPeed
- class HspeedCls[source]
Hspeed commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [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.
- param state
ON | OFF | 1 | 0