MmRepetition

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MMRepetition
class MmRepetitionCls[source]

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

get(channelNull=ChannelNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MMRepetition
value: int = driver.source.bb.btooth.cs.sevent.mmRepetition.get(channelNull = repcap.ChannelNull.Default)

Sets the main mode repetition.

param channelNull:

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

return:

mm_repetition: integer Range: 0 to 3

set(mm_repetition: int, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:MMRepetition
driver.source.bb.btooth.cs.sevent.mmRepetition.set(mm_repetition = 1, channelNull = repcap.ChannelNull.Default)

Sets the main mode repetition.

param mm_repetition:

integer Range: 0 to 3

param channelNull:

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