Pmode

SCPI Command :

[SENSe]:NR5G:RSUMmary:PMODe
class PmodeCls[source]

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

get() RsFsw.enums.ResultNr5G[source]
# SCPI: [SENSe]:NR5G:RSUMmary:PMODe
value: enums.ResultNr5G = driver.applications.k14Xnr5G.sense.nr5G.rsummary.pmode.get()

Selects the power averaging mode.

return

result: AASL Power avergaing over all symbols in a slot. AASY Power avergaing over all used symbols in a slot.

set(result: RsFsw.enums.ResultNr5G) None[source]
# SCPI: [SENSe]:NR5G:RSUMmary:PMODe
driver.applications.k14Xnr5G.sense.nr5G.rsummary.pmode.set(result = enums.ResultNr5G.AASL)

Selects the power averaging mode.

param result

AASL Power avergaing over all symbols in a slot. AASY Power avergaing over all used symbols in a slot.