Scapture
SCPI Command :
[SENSe]:NR5G:FRAMe:SCAPture
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SweepMode[source]
# [SENSe]:NR5G:FRAMe:SCAPture value: enums.SweepMode = driver.applications.k14Xnr5G.sense.nr5G.frame.scapture.get()
Selects the signal capture mode for combined multiple carrier measurements.
- Returns:
state: AUTO Automatically determines how many carriers are captured. SINGle Captures a single capture buffer for each carrier.
- set(state: SweepMode) None[source]
# [SENSe]:NR5G:FRAMe:SCAPture driver.applications.k14Xnr5G.sense.nr5G.frame.scapture.set(state = enums.SweepMode.AUTO)
Selects the signal capture mode for combined multiple carrier measurements.
- Parameters:
state – AUTO Automatically determines how many carriers are captured. SINGle Captures a single capture buffer for each carrier.