StError

SCPI Command :

[SOURce<HW>]:BB:BTOoth:DTTest:TABLe:LONG:SET<CH>:STERror
class StErrorCls[source]

StError commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channel=Channel.Default) int[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:DTTest:TABLe:LONG:SET<CH>:STERror
value: int = driver.source.bb.btooth.dtTest.table.long.set.stError.get(channel = repcap.Channel.Default)

Sets a symbol timing error in ppm. This parameter modifies the symbol clock frequency by the set value.

param channel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)

return

st_error: integer Range: -150 to 150, Unit: ppm

set(st_error: int, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:DTTest:TABLe:LONG:SET<CH>:STERror
driver.source.bb.btooth.dtTest.table.long.set.stError.set(st_error = 1, channel = repcap.Channel.Default)

Sets a symbol timing error in ppm. This parameter modifies the symbol clock frequency by the set value.

param st_error

integer Range: -150 to 150, Unit: ppm

param channel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)