Ssetup
SCPI Command :
[SENSe]:ESPectrum<sb>:SSETup
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) bool[source]
# [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’.
- 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>: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’.
- 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’)