Dcm

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DCM
class DcmCls[source]

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

get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DCM
value: bool = driver.source.bb.wlnn.fblock.user.dcm.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Enables dual carrier modulation.

param frameBlock

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

param userIx

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

return

dcm: 1| ON| 0| OFF

set(dcm: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DCM
driver.source.bb.wlnn.fblock.user.dcm.set(dcm = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Enables dual carrier modulation.

param dcm

1| ON| 0| OFF

param frameBlock

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

param userIx

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