Sector

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:SECTor:SETTing
class Sector[source]

Sector commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_setting()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:SECTor:SETTing
value: int = driver.configure.sector.get_setting()

Sets/gets the sector to which subsequent sector-related commands apply.

return

set_sector: Only sector 0 supported in the current release Range: 0 to 0

set_setting(set_sector: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:SECTor:SETTing
driver.configure.sector.set_setting(set_sector = 1)

Sets/gets the sector to which subsequent sector-related commands apply.

param set_sector

Only sector 0 supported in the current release Range: 0 to 0