Phz
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:PHZ
- class PhzCls[source]
Phz commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) bool [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:PHZ value: bool = driver.applications.k91Wlan.calculate.marker.function.power.result.phz.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Selects the unit the FSW returns results for power measurements. You can query results with method RsFsw.Calculate.Marker. Function.Power.Result.set. For LTE and 5G applications, use the command method RsFsw.Calculate.Marker.Function.Power. Result.Unit.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
state: ON | OFF | 1 | 0 ON | 1 Channel power density in dBm/Hz OFF | 0 Channel power in dBm
- set(state: bool, window=Window.Default, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:PHZ driver.applications.k91Wlan.calculate.marker.function.power.result.phz.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)
Selects the unit the FSW returns results for power measurements. You can query results with method RsFsw.Calculate.Marker. Function.Power.Result.set. For LTE and 5G applications, use the command method RsFsw.Calculate.Marker.Function.Power. Result.Unit.set.
- param state
ON | OFF | 1 | 0 ON | 1 Channel power density in dBm/Hz OFF | 0 Channel power in dBm
- 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’)