Sync

SCPI Commands :

[SOURce<HW>]:BB:V5G:DL:SYNC:EPOWer
[SOURce<HW>]:BB:V5G:DL:SYNC:PIQSequence
[SOURce<HW>]:BB:V5G:DL:SYNC:PMODulation
[SOURce<HW>]:BB:V5G:DL:SYNC:PPOWer
[SOURce<HW>]:BB:V5G:DL:SYNC:PSEQuence
[SOURce<HW>]:BB:V5G:DL:SYNC:PSTate
[SOURce<HW>]:BB:V5G:DL:SYNC:SIQSequence
[SOURce<HW>]:BB:V5G:DL:SYNC:SMODulation
[SOURce<HW>]:BB:V5G:DL:SYNC:SPOWer
[SOURce<HW>]:BB:V5G:DL:SYNC:SSEQuence
[SOURce<HW>]:BB:V5G:DL:SYNC:SSTate
[SOURce<HW>]:BB:V5G:DL:SYNC:TXANtenna
class SyncCls[source]

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

get_epower() float[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:EPOWer
value: float = driver.source.bb.v5G.downlink.sync.get_epower()

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

return

epower: No help available

get_piq_sequence() str[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PIQSequence
value: str = driver.source.bb.v5G.downlink.sync.get_piq_sequence()

No command help available

return

piq_sequence: No help available

get_pmodulation() RsSmw.enums.SyncModulationScheme[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PMODulation
value: enums.SyncModulationScheme = driver.source.bb.v5G.downlink.sync.get_pmodulation()

No command help available

return

pmodulation: No help available

get_ppower() float[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PPOWer
value: float = driver.source.bb.v5G.downlink.sync.get_ppower()

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

return

ppower: No help available

get_psequence() str[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PSEQuence
value: str = driver.source.bb.v5G.downlink.sync.get_psequence()

No command help available

return

psequence: No help available

get_pstate() bool[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PSTate
value: bool = driver.source.bb.v5G.downlink.sync.get_pstate()

No command help available

return

psync_state: No help available

get_siq_sequence() str[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SIQSequence
value: str = driver.source.bb.v5G.downlink.sync.get_siq_sequence()

No command help available

return

siq_sequence: No help available

get_smodulation() RsSmw.enums.SyncModulationScheme[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SMODulation
value: enums.SyncModulationScheme = driver.source.bb.v5G.downlink.sync.get_smodulation()

No command help available

return

mod_scheme: No help available

get_spower() float[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SPOWer
value: float = driver.source.bb.v5G.downlink.sync.get_spower()

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

return

spower: float Range: -80 to 10

get_ssequence() str[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SSEQuence
value: str = driver.source.bb.v5G.downlink.sync.get_ssequence()

No command help available

return

ssequence: No help available

get_sstate() bool[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SSTate
value: bool = driver.source.bb.v5G.downlink.sync.get_sstate()

No command help available

return

ssync_state: No help available

get_tx_antenna() RsSmw.enums.TxAntennaGnss[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:TXANtenna
value: enums.TxAntennaGnss = driver.source.bb.v5G.downlink.sync.get_tx_antenna()

No command help available

return

tx_antenna: No help available

set_epower(epower: float) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:EPOWer
driver.source.bb.v5G.downlink.sync.set_epower(epower = 1.0)

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

param epower

float Range: -80 to 10

set_piq_sequence(piq_sequence: str) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PIQSequence
driver.source.bb.v5G.downlink.sync.set_piq_sequence(piq_sequence = 'abc')

No command help available

param piq_sequence

No help available

set_pmodulation(pmodulation: RsSmw.enums.SyncModulationScheme) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PMODulation
driver.source.bb.v5G.downlink.sync.set_pmodulation(pmodulation = enums.SyncModulationScheme.IQFile)

No command help available

param pmodulation

No help available

set_ppower(ppower: float) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PPOWer
driver.source.bb.v5G.downlink.sync.set_ppower(ppower = 1.0)

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

param ppower

float Range: -80 to 10

set_psequence(psequence: str) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PSEQuence
driver.source.bb.v5G.downlink.sync.set_psequence(psequence = 'abc')

No command help available

param psequence

No help available

set_pstate(psync_state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:PSTate
driver.source.bb.v5G.downlink.sync.set_pstate(psync_state = False)

No command help available

param psync_state

No help available

set_siq_sequence(siq_sequence: str) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SIQSequence
driver.source.bb.v5G.downlink.sync.set_siq_sequence(siq_sequence = 'abc')

No command help available

param siq_sequence

No help available

set_smodulation(mod_scheme: RsSmw.enums.SyncModulationScheme) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SMODulation
driver.source.bb.v5G.downlink.sync.set_smodulation(mod_scheme = enums.SyncModulationScheme.IQFile)

No command help available

param mod_scheme

No help available

set_spower(spower: float) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SPOWer
driver.source.bb.v5G.downlink.sync.set_spower(spower = 1.0)

Set the power level of synchronization signal, particularly PSS, SSS and ESS.

param spower

float Range: -80 to 10

set_ssequence(ssequence: str) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SSEQuence
driver.source.bb.v5G.downlink.sync.set_ssequence(ssequence = 'abc')

No command help available

param ssequence

No help available

set_sstate(ssync_state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:SSTate
driver.source.bb.v5G.downlink.sync.set_sstate(ssync_state = False)

No command help available

param ssync_state

No help available

set_tx_antenna(tx_antenna: RsSmw.enums.TxAntennaGnss) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SYNC:TXANtenna
driver.source.bb.v5G.downlink.sync.set_tx_antenna(tx_antenna = enums.TxAntennaGnss.ALL)

No command help available

param tx_antenna

No help available