Mcc

SCPI Command :

[CONFigure]:SIGNaling:TOPology:PLMN:MCC
class MccCls[source]

Mcc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(name_plmn: str) str[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:PLMN:MCC
value: str = driver.configure.signaling.topology.plmn.mcc.get(name_plmn = 'abc')

Configures the mobile country code (MCC) of a PLMN.

param name_plmn:

No help available

return:

mcc: No help available

set(name_plmn: str, mcc: str) None[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:PLMN:MCC
driver.configure.signaling.topology.plmn.mcc.set(name_plmn = 'abc', mcc = 'abc')

Configures the mobile country code (MCC) of a PLMN.

param name_plmn:

No help available

param mcc:

No help available