Id

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECTor:ID:ANSI
CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECTor:ID:MANual
class Id[source]

Id commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_ansi()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECTor:ID:ANSI
value: float = driver.configure.network.sector.id.get_ansi()

Defines the 24-bit sector ID, to be used if the ANSI-41 format is selected (method RsCmwEvdoSig.Configure.Network.Sector. formatPy) .

return

ansi_41_sector_id: Sector ID, 6-digit hexadecimal number Range: #H000000 to #HFFFFFF

get_manual()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECTor:ID:MANual
value: float = driver.configure.network.sector.id.get_manual()

Defines the 128-bit overall ID of the sector, to be used if the manual format is selected (method RsCmwEvdoSig.Configure. Network.Sector.formatPy) .

return

manual_sector_id: Sector ID, 32-digit hexadecimal number Range: #H000000000000000000000000 to #HFFFFFFFFFFFFFFFFFFFFFFFF

set_ansi(ansi_41_sector_id: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECTor:ID:ANSI
driver.configure.network.sector.id.set_ansi(ansi_41_sector_id = 1.0)

Defines the 24-bit sector ID, to be used if the ANSI-41 format is selected (method RsCmwEvdoSig.Configure.Network.Sector. formatPy) .

param ansi_41_sector_id

Sector ID, 6-digit hexadecimal number Range: #H000000 to #HFFFFFF

set_manual(manual_sector_id: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECTor:ID:MANual
driver.configure.network.sector.id.set_manual(manual_sector_id = 1.0)

Defines the 128-bit overall ID of the sector, to be used if the manual format is selected (method RsCmwEvdoSig.Configure. Network.Sector.formatPy) .

param manual_sector_id

Sector ID, 32-digit hexadecimal number Range: #H000000000000000000000000 to #HFFFFFFFFFFFFFFFFFFFFFFFF