Phz

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer:RESult:PHZ
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) bool[source]
# 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() .

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:

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]
# 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() .

Parameters:
  • state – ON | OFF | 1 | 0 ON | 1 Channel power density in dBm/Hz OFF | 0 Channel power in dBm

  • 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’)