Show
SCPI Command :
[SENSe]:NR5G:RSUMmary:SHOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SummaryMode[source]
# [SENSe]:NR5G:RSUMmary:SHOW value: enums.SummaryMode = driver.applications.k14Xnr5G.sense.nr5G.rsummary.show.get()
Selects the way the contents of the result summary are calculated.
- Returns:
result: AVERage Shows the average over all analyzed frames. SINGle Shows the result for the frame selected with method
RsFsw.applications.k14Xnr5G.sense.nr5G.cc.frame.select.set(). If only one frame has been captured, the results are the same in both cases.
- set(result: SummaryMode) None[source]
# [SENSe]:NR5G:RSUMmary:SHOW driver.applications.k14Xnr5G.sense.nr5G.rsummary.show.set(result = enums.SummaryMode.AVERage)
Selects the way the contents of the result summary are calculated.
- Parameters:
result – AVERage Shows the average over all analyzed frames. SINGle Shows the result for the frame selected with method
RsFsw.applications.k14Xnr5G.sense.nr5G.cc.frame.select.set(). If only one frame has been captured, the results are the same in both cases.