CaReference

SCPI Command :

UNIT:CAReference
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FrCharReference[source]
# 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.

Returns:

reference: LRB Frequency values relative to the lowest resource block. RTCF Frequency values relative to the center frequency of the carrier.

set(reference: FrCharReference) None[source]
# 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.

Parameters:

reference – LRB Frequency values relative to the lowest resource block. RTCF Frequency values relative to the center frequency of the carrier.