Ssetup
SCPI Command :
[SENSe]:ESPectrum<sb>:SSETup
- class SsetupCls[source]
Ssetup commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subBlock=SubBlock.Default) bool [source]
# SCPI: [SENSe]:ESPectrum<sb>:SSETup value: bool = driver.applications.k14Xnr5G.sense.espectrum.ssetup.get(subBlock = repcap.SubBlock.Default)
Enables or disables symmetrical configuration of the range settings. See ‘Ranges and range settings’.
- 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>:SSETup driver.applications.k14Xnr5G.sense.espectrum.ssetup.set(state = False, subBlock = repcap.SubBlock.Default)
Enables or disables symmetrical configuration of the range settings. See ‘Ranges and range settings’.
- 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’)