Flags
SCPI Command :
DISPlay[:WINDow<n>]:FLAGs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
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]
# 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
- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)