Symbol
SCPI Command :
CALCulate<n>:MARKer<m>:SYMBol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# 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: Prerequisites for this command:
‘Constellation’ vs Symbol
‘Constellation’ vs Carrier
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
symbol: integer
- set(symbol: float, window=Window.Default, marker=Marker.Default) None[source]
# 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: Prerequisites for this command:
‘Constellation’ vs Symbol
‘Constellation’ vs Carrier
- Parameters:
symbol – integer
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)