Show
SCPI Command :
[SENSe]:NR5G:RSUMmary:SHOW
- class ShowCls[source]
Show commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SummaryMode [source]
# SCPI: [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.
- return
result: AVERage Shows the average over all analyzed frames. SINGle Shows the result for the frame selected with [SENSe:]NR5G[:CCcc]:FRAMe:SELect. If only one frame has been captured, the results are the same in both cases.
- set(result: RsFsw.enums.SummaryMode) None [source]
# SCPI: [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.
- param result
AVERage Shows the average over all analyzed frames. SINGle Shows the result for the frame selected with [SENSe:]NR5G[:CCcc]:FRAMe:SELect. If only one frame has been captured, the results are the same in both cases.