Section
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:CONFig:SECTion
- class SectionCls[source]
Section commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.Section [source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:CONFig:SECTion value: enums.Section = driver.applications.k149Uwb.sense.window.display.config.section.get(window = repcap.Window.Default)
No command help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
section: No help available
- set(section: RsFsw.enums.Section, window=Window.Default) None [source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:CONFig:SECTion driver.applications.k149Uwb.sense.window.display.config.section.set(section = enums.Section.DATA, window = repcap.Window.Default)
No command help available
- param section
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)