Scode

SCPI Commands :

[SOURce]:BB:W3GPp:TS25141:SCODe:MODE
[SOURce]:BB:W3GPp:TS25141:SCODe
class ScodeCls[source]

Scode commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mode() Ts25141ScrCodeMode[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:SCODe:MODE
value: enums.Ts25141ScrCodeMode = driver.source.bb.w3Gpp.ts25141.scode.get_mode()

Sets the type for the scrambling code for the uplink direction. In downlink direction (test case 6.6) , the scrambling generator can be switched on and off.

return:

mode: OFF| ON| LONG| SHORt

get_value() str[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:SCODe
value: str = driver.source.bb.w3Gpp.ts25141.scode.get_value()

Sets the scrambling code. The value range depends on whether the generator is used in uplink or downlink direction (test case 6.6) according to the selected test case.

return:

scode: integer

set_mode(mode: Ts25141ScrCodeMode) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:SCODe:MODE
driver.source.bb.w3Gpp.ts25141.scode.set_mode(mode = enums.Ts25141ScrCodeMode.LONG)

Sets the type for the scrambling code for the uplink direction. In downlink direction (test case 6.6) , the scrambling generator can be switched on and off.

param mode:

OFF| ON| LONG| SHORt

set_value(scode: str) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:SCODe
driver.source.bb.w3Gpp.ts25141.scode.set_value(scode = rawAbc)

Sets the scrambling code. The value range depends on whether the generator is used in uplink or downlink direction (test case 6.6) according to the selected test case.

param scode:

integer