Symbol
SCPI Command :
CALCulate<n>:MARKer<m>:SYMBol
- class SymbolCls[source]
Symbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) float [source]
# SCPI: CALCulate<n>:MARKer<m>:SYMBol value: float = driver.applications.k91Wlan.calculate.marker.symbol.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
- Positions the selected marker to the indicated symbol. Is query only for the following result displays:
INTRO_CMD_HELP: Prerequisites for this command:
‘Constellation’ vs Symbol
‘Constellation’ vs Carrier
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- return
symbol: integer
- set(symbol: float, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:SYMBol driver.applications.k91Wlan.calculate.marker.symbol.set(symbol = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)
- Positions the selected marker to the indicated symbol. Is query only for the following result displays:
INTRO_CMD_HELP: Prerequisites for this command:
‘Constellation’ vs Symbol
‘Constellation’ vs Carrier
- param symbol
integer
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)