Range
SCPI Command :
MMEMory:STORe<n>:IQ:RANGe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(store=Store.Default) IqRangeType[source]
# MMEMory:STORe<n>:IQ:RANGe value: enums.IqRangeType = driver.applications.k6Pulse.massMemory.store.iq.range.get(store = repcap.Store.Default)
Sets the range of the I/Q data to store. The suffix <n> is irrelevant.
- Parameters:
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)
- Returns:
range_type: CAPTure | RRANge CAPTure The entire capture buffer is exported. RRANge The result range only (that is, the currently selected pulse; see SENSe:TRACe:MEASurement:DEFine:PULSe:SELected) is exported.
- set(range_type: IqRangeType, store=Store.Default) None[source]
# MMEMory:STORe<n>:IQ:RANGe driver.applications.k6Pulse.massMemory.store.iq.range.set(range_type = enums.IqRangeType.CAPTure, store = repcap.Store.Default)
Sets the range of the I/Q data to store. The suffix <n> is irrelevant.
- Parameters:
range_type – CAPTure | RRANge CAPTure The entire capture buffer is exported. RRANge The result range only (that is, the currently selected pulse; see SENSe:TRACe:MEASurement:DEFine:PULSe:SELected) is exported.
store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)