Sync

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:SYNC:ZONE
CONFigure:WCDMa: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:WCDMa: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: -38399 chips / -99997E-5 s to 0 chips / 0 s, Unit: s

get_zone()RsCmwWcdmaSig.enums.Zone[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:SYNC:ZONE
value: enums.Zone = 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:WCDMa: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: -38399 chips / -99997E-5 s to 0 chips / 0 s, Unit: s

set_zone(zone: RsCmwWcdmaSig.enums.Zone)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:SYNC:ZONE
driver.configure.cell.sync.set_zone(zone = enums.Zone.NONE)

Selects the synchronization zone for the signaling application.

param zone

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