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
Commands in total: 7
Subgroups: 0
Direct child commands: 7
get_cnumber() int[source]
# [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.

Returns:

cnumber: integer Range: 0 to 2047

get_lc_state() str[source]
# [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.

Returns:

lc_state: 42 bit Range: 0 to 3FFFFFFFFFF

get_mp_rev() MinPrEv[source]
# [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.

Returns:

mp_rev: 2 | 8 Range: 2 to 8

get_nid() int[source]
# [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.

Returns:

nid: integer Range: 0 to 65535

get_prev() int[source]
# [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. 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

Returns:

prev: integer Range: 1 to 8

get_sid() int[source]
# [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.

Returns:

sid: integer Range: 0 to 32767

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

Displays the system time.

Returns:

syst_time: integer Range: 0 to 68719476735

set_cnumber(cnumber: int) None[source]
# [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.

Parameters:

cnumber – integer Range: 0 to 2047

set_lc_state(lc_state: str) None[source]
# [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.

Parameters:

lc_state – 42 bit Range: 0 to 3FFFFFFFFFF

set_mp_rev(mp_rev: MinPrEv) None[source]
# [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.

Parameters:

mp_rev – 2 | 8 Range: 2 to 8

set_nid(nid: int) None[source]
# [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.

Parameters:

nid – integer Range: 0 to 65535

set_prev(prev: int) None[source]
# [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. 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

Parameters:

prev – integer Range: 1 to 8

set_sid(sid: int) None[source]
# [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.

Parameters:

sid – integer Range: 0 to 32767

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

Displays the system time.

Parameters:

syst_time – integer Range: 0 to 68719476735