CaReference
SCPI Command :
UNIT:CAReference
- class CaReferenceCls[source]
CaReference commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.FrCharReference [source]
# SCPI: UNIT:CAReference value: enums.FrCharReference = driver.applications.k14Xnr5G.unit.caReference.get()
Selects the reference for result displays whose x-axis shows frequency characteristics of the signal.
- return
reference: LRB Frequency values relative to the lowest resource block. RTCF Frequency values relative to the center frequency of the carrier.
- set(reference: RsFsw.enums.FrCharReference) None [source]
# SCPI: UNIT:CAReference driver.applications.k14Xnr5G.unit.caReference.set(reference = enums.FrCharReference.LRB)
Selects the reference for result displays whose x-axis shows frequency characteristics of the signal.
- param reference
LRB Frequency values relative to the lowest resource block. RTCF Frequency values relative to the center frequency of the carrier.