Pmode
SCPI Command :
[SENSe]:NR5G:RSUMmary:PMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ResultNr5G[source]
# [SENSe]:NR5G:RSUMmary:PMODe value: enums.ResultNr5G = driver.applications.k14Xnr5G.sense.nr5G.rsummary.pmode.get()
Selects the power averaging mode.
- Returns:
result: AASL Power avergaing over all symbols in a slot. AASY Power avergaing over all used symbols in a slot.
- set(result: ResultNr5G) None[source]
# [SENSe]:NR5G:RSUMmary:PMODe driver.applications.k14Xnr5G.sense.nr5G.rsummary.pmode.set(result = enums.ResultNr5G.AASL)
Selects the power averaging mode.
- Parameters:
result – AASL Power avergaing over all symbols in a slot. AASY Power avergaing over all used symbols in a slot.