Sync

SCPI Commands :

[SOURce<HW>]:BB:C2K:BSTation:SYNC:CNUMber
[SOURce<HW>]:BB:C2K:BSTation:SYNC:LCSTate
[SOURce<HW>]:BB:C2K:BSTation:SYNC:MPRev
[SOURce<HW>]:BB:C2K:BSTation:SYNC:NID
[SOURce<HW>]:BB:C2K:BSTation:SYNC:PREV
[SOURce<HW>]:BB:C2K:BSTation:SYNC:SID
[SOURce<HW>]:BB:C2K:BSTation:SYNC:STIMe
class SyncCls[source]

Sync commands group definition. 7 total commands, 0 Subgroups, 7 group commands

get_cnumber() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:CNUMber
value: int = driver.source.bb.c2K.bstation.sync.get_cnumber()

Sets the CDMA Channel Number which corresponds to the RF.

return:

cnumber: integer Range: 0 to 2047

get_lc_state() str[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:LCSTate
value: str = driver.source.bb.c2K.bstation.sync.get_lc_state()

Defines the long code state in hexadecimal format.

return:

lc_state: 42 bit Range: 0 to 3FFFFFFFFFF

get_mp_rev() MinPrEv[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:MPRev
value: enums.MinPrEv = driver.source.bb.c2K.bstation.sync.get_mp_rev()

Sets the Minimum Protocol Revision Level. The base station sets this field to prevent mobile stations which cannot be supported by the base station from accessing the CDMA system.

return:

mp_rev: 2| 8 Range: 2 to 8

get_nid() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:NID
value: int = driver.source.bb.c2K.bstation.sync.get_nid()

Sets the Network Identification. The NID serves as a sub-identifier of a CDMA system as defined by the owner of the SID.

return:

nid: integer Range: 0 to 65535

get_prev() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:PREV
value: int = driver.source.bb.c2K.bstation.sync.get_prev()

Sets the Protocol Revision Level, i.e. specifies the CDMA2000 system release number. The table below gives the cross-reference between the P_REV values and the CDMA2000 Releases.

Table Header: P_REV / CDMA2000 Release

  • 1 / Korean PCS(Band Class4) , USPCS(Band Class1)

  • 2 / IS-95

  • 3 / TBS74

  • 4 / IS-95A

  • 5 / IS-95B

  • 6 / IS2000 Release 0

  • 7 / IS2000 Release A

  • 8 / IS2000 Release B

return:

prev: integer Range: 1 to 8

get_sid() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:SID
value: int = driver.source.bb.c2K.bstation.sync.get_sid()

Displays the System Identification. The base station sets the system identification number.

return:

sid: integer Range: 0 to 32767

get_stime() int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:STIMe
value: int = driver.source.bb.c2K.bstation.sync.get_stime()

Displays the system time.

return:

syst_time: integer Range: 0 to 68719476735

set_cnumber(cnumber: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:CNUMber
driver.source.bb.c2K.bstation.sync.set_cnumber(cnumber = 1)

Sets the CDMA Channel Number which corresponds to the RF.

param cnumber:

integer Range: 0 to 2047

set_lc_state(lc_state: str) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:LCSTate
driver.source.bb.c2K.bstation.sync.set_lc_state(lc_state = rawAbc)

Defines the long code state in hexadecimal format.

param lc_state:

42 bit Range: 0 to 3FFFFFFFFFF

set_mp_rev(mp_rev: MinPrEv) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:MPRev
driver.source.bb.c2K.bstation.sync.set_mp_rev(mp_rev = enums.MinPrEv._2)

Sets the Minimum Protocol Revision Level. The base station sets this field to prevent mobile stations which cannot be supported by the base station from accessing the CDMA system.

param mp_rev:

2| 8 Range: 2 to 8

set_nid(nid: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:NID
driver.source.bb.c2K.bstation.sync.set_nid(nid = 1)

Sets the Network Identification. The NID serves as a sub-identifier of a CDMA system as defined by the owner of the SID.

param nid:

integer Range: 0 to 65535

set_prev(prev: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:PREV
driver.source.bb.c2K.bstation.sync.set_prev(prev = 1)

Sets the Protocol Revision Level, i.e. specifies the CDMA2000 system release number. The table below gives the cross-reference between the P_REV values and the CDMA2000 Releases.

Table Header: P_REV / CDMA2000 Release

  • 1 / Korean PCS(Band Class4) , USPCS(Band Class1)

  • 2 / IS-95

  • 3 / TBS74

  • 4 / IS-95A

  • 5 / IS-95B

  • 6 / IS2000 Release 0

  • 7 / IS2000 Release A

  • 8 / IS2000 Release B

param prev:

integer Range: 1 to 8

set_sid(sid: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:SID
driver.source.bb.c2K.bstation.sync.set_sid(sid = 1)

Displays the System Identification. The base station sets the system identification number.

param sid:

integer Range: 0 to 32767

set_stime(syst_time: int) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation:SYNC:STIMe
driver.source.bb.c2K.bstation.sync.set_stime(syst_time = 1)

Displays the system time.

param syst_time:

integer Range: 0 to 68719476735