Sync

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:ZONE
CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:OFFSet
class Sync[source]

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

get_offset()float[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:OFFSet
value: float = driver.configure.cell.sync.get_offset()

Configures the timing offset relative to the time zone.

return

offset: Range: 0 s to 12533.76 s, Unit: s

get_zone()RsCmwGsmSig.enums.SyncZone[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:ZONE
value: enums.SyncZone = driver.configure.cell.sync.get_zone()

Selects the synchronization zone for the signaling application.

return

zone: NONE | Z1 NONE: no synchronization Z1: synchronization to zone 1

set_offset(offset: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:OFFSet
driver.configure.cell.sync.set_offset(offset = 1.0)

Configures the timing offset relative to the time zone.

param offset

Range: 0 s to 12533.76 s, Unit: s

set_zone(zone: RsCmwGsmSig.enums.SyncZone)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:SYNC:ZONE
driver.configure.cell.sync.set_zone(zone = enums.SyncZone.NONE)

Selects the synchronization zone for the signaling application.

param zone

NONE | Z1 NONE: no synchronization Z1: synchronization to zone 1