Ctype

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:CTYPe
class CtypeCls[source]

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

get(modCodSet=ModCodSet.Default) RsSmw.enums.DvbS2XcodeType[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:CTYPe
value: enums.DvbS2XcodeType = driver.source.bb.dvb.dvbx.mtab.set.ctype.get(modCodSet = repcap.ModCodSet.Default)

Selects the code type.

param modCodSet

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

return

ctype: NORMal| MEDium| SHORt

set(ctype: RsSmw.enums.DvbS2XcodeType, modCodSet=ModCodSet.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:MTAB:SET<ST>:CTYPe
driver.source.bb.dvb.dvbx.mtab.set.ctype.set(ctype = enums.DvbS2XcodeType.MEDium, modCodSet = repcap.ModCodSet.Default)

Selects the code type.

param ctype

NORMal| MEDium| SHORt

param modCodSet

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