Mindex

SCPI Command :

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

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

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

Sets the modulation index, that specifies the frequency deviation. The modulation index h is defined as: with <img border=’0’ src=’images/imga5f78ebf8bdb0adc0a00206a003a0641_1_–_–_PNG96.png’ alt=’’ title=’’>= ‘symbol rate’ , set with the command [:SOURce<hw>]:BB:BTOoth:SRATe:VARiation <img border=’0’ src=’images/img388349408bdb4b210a00206a01f5817c_1_–_–_PNG96.png’ alt=’’ title=’’>= ‘frequency deviation’, set with the command [:SOURce<hw>]:BB:BTOoth:MSETtings:FDEViation According to the Bluetooth standard, the modulation index is allowed to vary between 0.28 and 0.35.

param channel

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

return

mindex: float Range: 0.28 to 0.55

set(mindex: float, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:DTTest:TABLe:LONG:SET<CH>:MINDex
driver.source.bb.btooth.dtTest.table.long.set.mindex.set(mindex = 1.0, channel = repcap.Channel.Default)

Sets the modulation index, that specifies the frequency deviation. The modulation index h is defined as: with <img border=’0’ src=’images/imga5f78ebf8bdb0adc0a00206a003a0641_1_–_–_PNG96.png’ alt=’’ title=’’>= ‘symbol rate’ , set with the command [:SOURce<hw>]:BB:BTOoth:SRATe:VARiation <img border=’0’ src=’images/img388349408bdb4b210a00206a01f5817c_1_–_–_PNG96.png’ alt=’’ title=’’>= ‘frequency deviation’, set with the command [:SOURce<hw>]:BB:BTOoth:MSETtings:FDEViation According to the Bluetooth standard, the modulation index is allowed to vary between 0.28 and 0.35.

param mindex

float Range: 0.28 to 0.55

param channel

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