Hspeed

SCPI Command :

[SENSe]:ESPectrum<sb>:HSPeed
class HspeedCls[source]

Hspeed commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) bool[source]
# SCPI: [SENSe]:ESPectrum<sb>:HSPeed
value: bool = driver.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’.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

return

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]
# SCPI: [SENSe]:ESPectrum<sb>:HSPeed
driver.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’.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)