Phz

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult:PHZ
class PhzCls[source]

Phz commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) bool[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult:PHZ
value: bool = driver.calculate.marker.function.power.result.phz.get(window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.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’)

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

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, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult:PHZ
driver.calculate.marker.function.power.result.phz.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.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’)

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)