Hspeed
SCPI Command :
[SENSe]:ESPectrum<sb>:HSPeed
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) bool[source]
# [SENSe]:ESPectrum<sb>:HSPeed value: bool = driver.applications.k10Xlte.sense.espectrum.hspeed.get(subBlock = repcap.SubBlock.Default)
Turns high speed mode for SEM measurements on and off. For more information including restrictions see ‘Fast SEM measurements’.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:HSPeed driver.applications.k10Xlte.sense.espectrum.hspeed.set(state = False, subBlock = repcap.SubBlock.Default)
Turns high speed mode for SEM measurements on and off. For more information including restrictions see ‘Fast SEM measurements’.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)