Impairments

SCPI Commands :

[SOURce<HW>]:BB:LORA:IMPairments:FDDeviation
[SOURce<HW>]:BB:LORA:IMPairments:FDRate
[SOURce<HW>]:BB:LORA:IMPairments:FDTYpe
[SOURce<HW>]:BB:LORA:IMPairments:FOFFset
[SOURce<HW>]:BB:LORA:IMPairments:STATe
[SOURce<HW>]:BB:LORA:IMPairments:STERror
class ImpairmentsCls[source]

Impairments commands group definition. 7 total commands, 1 Subgroups, 6 group commands

get_fd_deviation() int[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDDeviation
value: int = driver.source.bb.lora.impairments.get_fd_deviation()

No command help available

return:

fd_deviation: No help available

get_fd_rate() int[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDRate
value: int = driver.source.bb.lora.impairments.get_fd_rate()

No command help available

return:

fd_rate: No help available

get_fd_type() LoRaFreqDfTp[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDTYpe
value: enums.LoRaFreqDfTp = driver.source.bb.lora.impairments.get_fd_type()

No command help available

return:

fd_type: No help available

get_foffset() int[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FOFFset
value: int = driver.source.bb.lora.impairments.get_foffset()

No command help available

return:

foffset: No help available

get_st_error() int[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:STERror
value: int = driver.source.bb.lora.impairments.get_st_error()

No command help available

return:

st_error: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:STATe
value: bool = driver.source.bb.lora.impairments.get_state()

No command help available

return:

state: No help available

set_fd_deviation(fd_deviation: int) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDDeviation
driver.source.bb.lora.impairments.set_fd_deviation(fd_deviation = 1)

No command help available

param fd_deviation:

No help available

set_fd_rate(fd_rate: int) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDRate
driver.source.bb.lora.impairments.set_fd_rate(fd_rate = 1)

No command help available

param fd_rate:

No help available

set_fd_type(fd_type: LoRaFreqDfTp) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FDTYpe
driver.source.bb.lora.impairments.set_fd_type(fd_type = enums.LoRaFreqDfTp.LINear)

No command help available

param fd_type:

No help available

set_foffset(foffset: int) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:FOFFset
driver.source.bb.lora.impairments.set_foffset(foffset = 1)

No command help available

param foffset:

No help available

set_st_error(st_error: int) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:STERror
driver.source.bb.lora.impairments.set_st_error(st_error = 1)

No command help available

param st_error:

No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:IMPairments:STATe
driver.source.bb.lora.impairments.set_state(state = False)

No command help available

param state:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.lora.impairments.clone()

Subgroups