Impairments

SCPI Commands :

[SOURce<HW>]:BB:HUWB:IMPairments:CCERror
[SOURce<HW>]:BB:HUWB:IMPairments:FOFFset
[SOURce<HW>]:BB:HUWB:IMPairments:STATe
class ImpairmentsCls[source]

Impairments commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_cc_error() int[source]
# SCPI: [SOURce<HW>]:BB:HUWB:IMPairments:CCERror
value: int = driver.source.bb.huwb.impairments.get_cc_error()

Sets the chip clock error of the impairment symbols.

return

st_error: integer Range: -300 to 300

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

Sets the chip clock error of the impairment symbols.

return

foffset: No help available

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

Sets the chip clock error of the impairment symbols.

return

state: No help available

set_cc_error(st_error: int) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:IMPairments:CCERror
driver.source.bb.huwb.impairments.set_cc_error(st_error = 1)

Sets the chip clock error of the impairment symbols.

param st_error

integer Range: -300 to 300

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

Sets the chip clock error of the impairment symbols.

param foffset

integer Range: -300 to 300

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

Sets the chip clock error of the impairment symbols.

param state

integer Range: -300 to 300