Unit
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:UNIT
- class UnitCls[source]
Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) RsFsw.enums.PwrMeasUnit [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:UNIT value: enums.PwrMeasUnit = driver.applications.k14Xnr5G.calculate.marker.function.power.result.unit.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
LTE and 5G applications only. Selects the unit the FSW returns results for power measurements. You can query results with method RsFsw.Calculate.Marker.Function.Power.Result.set.
- 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
measurement: ABS Channel power in dBm PHZ Channel power density in dBm/Hz MPHZ Channel power density in dBm/MHz
- set(measurement: RsFsw.enums.PwrMeasUnit, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:UNIT driver.applications.k14Xnr5G.calculate.marker.function.power.result.unit.set(measurement = enums.PwrMeasUnit.ABS, window = repcap.Window.Default, marker = repcap.Marker.Default)
LTE and 5G applications only. Selects the unit the FSW returns results for power measurements. You can query results with method RsFsw.Calculate.Marker.Function.Power.Result.set.
- param measurement
ABS Channel power in dBm PHZ Channel power density in dBm/Hz MPHZ Channel power density in dBm/MHz
- 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’)