CfOffset

SCPI Command :

[SOURce<HW>]:BB:BTOoth:DTTest:TABLe:SHORt:SET<CH>:CFOFfset
class CfOffsetCls[source]

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

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

Sets a carrier frequency offset. The carrier frequency offset shows the deviation of the transmitted initial center frequency from carrier frequency.

param channel

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

return

cf_offset: integer Range: -150 to 150, Unit: kHz

set(cf_offset: int, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:DTTest:TABLe:SHORt:SET<CH>:CFOFfset
driver.source.bb.btooth.dtTest.table.short.set.cfOffset.set(cf_offset = 1, channel = repcap.Channel.Default)

Sets a carrier frequency offset. The carrier frequency offset shows the deviation of the transmitted initial center frequency from carrier frequency.

param cf_offset

integer Range: -150 to 150, Unit: kHz

param channel

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