Bstation
SCPI Command :
CONFigure[:NR5G]:BSTation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BsType[source]
# CONFigure[:NR5G]:BSTation value: enums.BsType = driver.applications.k14Xnr5G.configure.nr5G.bstation.get()
Selects the base station type.
- Returns:
bs_type: FR1C Base station for conducted requirements. FR1H Base station for hybrid requirements. FR1O Base station for over-the-air requirements in FR1. (Only for ACLR and SEM measurements.) FR2O Base station for over-the-air requirements in FR2. (Only for ACLR and SEM measurements.)
- set(bs_type: BsType) None[source]
# CONFigure[:NR5G]:BSTation driver.applications.k14Xnr5G.configure.nr5G.bstation.set(bs_type = enums.BsType.FR1C)
Selects the base station type.
- Parameters:
bs_type – FR1C Base station for conducted requirements. FR1H Base station for hybrid requirements. FR1O Base station for over-the-air requirements in FR1. (Only for ACLR and SEM measurements.) FR2O Base station for over-the-air requirements in FR2. (Only for ACLR and SEM measurements.)