Flags
SCPI Command :
DISPlay[:WINDow<n>]:FLAGs
- class FlagsCls[source]
Flags commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: DISPlay[:WINDow<n>]:FLAGs value: float = driver.applications.k91Wlan.display.window.flags.get(window = repcap.Window.Default)
Configures the output of bitstream data in ASCII format
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
state: 0 | 2 0 Switches the function off 2 In bitstream trace results, any DC (empty) carriers found in the bitstream are indicated by NULL in the bitstream, if the output format is ASCII.
- set(state: float, window=Window.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:FLAGs driver.applications.k91Wlan.display.window.flags.set(state = 1.0, window = repcap.Window.Default)
Configures the output of bitstream data in ASCII format
- param state
0 | 2 0 Switches the function off 2 In bitstream trace results, any DC (empty) carriers found in the bitstream are indicated by NULL in the bitstream, if the output format is ASCII.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)