Carrier
SCPI Command :
CALCulate<n>:MARKer<m>:CARRier
- class CarrierCls[source]
Carrier 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>:CARRier value: float = driver.applications.k91Wlan.calculate.marker.carrier.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
- Positions the selected marker to the indicated carrier. 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
carrier_no: integer
- set(carrier_no: float, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:CARRier driver.applications.k91Wlan.calculate.marker.carrier.set(carrier_no = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)
- Positions the selected marker to the indicated carrier. Is query only for the following result displays:
INTRO_CMD_HELP: Prerequisites for this command:
‘Constellation’ vs Symbol
‘Constellation’ vs Carrier
- param carrier_no
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’)