Network

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:NETWork:RFPSharing
CONFigure:LTE:MEASurement<Instance>:NETWork:BAND
CONFigure:LTE:MEASurement<Instance>:NETWork:DMODe
class NetworkCls[source]

Network commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_band() Band[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:BAND
value: enums.Band = driver.configure.lteMeas.network.get_band()

No command help available

return:

band: No help available

get_dmode() Mode[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:DMODe
value: enums.Mode = driver.configure.lteMeas.network.get_dmode()

No command help available

return:

mode: No help available

get_rfp_sharing() NetworkSharing[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:RFPSharing
value: enums.NetworkSharing = driver.configure.lteMeas.network.get_rfp_sharing()

Selects the RF path sharing mode for a measurement with coupling to signaling settings.

return:

sharing: NSHared: not shared (independent connection) OCONnection: only connection shared FSHared: fully shared (only for RF unit)

set_band(band: Band) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:BAND
driver.configure.lteMeas.network.set_band(band = enums.Band.OB1)

No command help available

param band:

No help available

set_dmode(mode: Mode) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:DMODe
driver.configure.lteMeas.network.set_dmode(mode = enums.Mode.FDD)

No command help available

param mode:

No help available

set_rfp_sharing(sharing: NetworkSharing) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:NETWork:RFPSharing
driver.configure.lteMeas.network.set_rfp_sharing(sharing = enums.NetworkSharing.FSHared)

Selects the RF path sharing mode for a measurement with coupling to signaling settings.

param sharing:

NSHared: not shared (independent connection) OCONnection: only connection shared FSHared: fully shared (only for RF unit)