Standard

SCPI Command :

[SOURce<HW>]:BB:DM:STANdard
class StandardCls[source]

Standard commands group definition. 5 total commands, 1 Subgroups, 1 group commands

get_value() RsSmw.enums.DmStan[source]
# SCPI: [SOURce<HW>]:BB:DM:STANdard
value: enums.DmStan = driver.source.bb.dm.standard.get_value()

Selects predefined set of settings according to the selected standard, see Table ‘Predefined settings for communication standards’.

return

standard: USER| BLUetooth| DECT| ETC| GSM| GSMEdge| NADC| PDC| PHS| TETRa| W3GPp| TDSCdma| CFORward| CREVerse| WORLdspace| TFTS| APCOPH1C4fm| APCOPH1CQpsk| APCOPH2HCpm| APCOPH2HDQpsk| APCOPH2HD8PSKW| APCOPH2HD8PSKN| APCOPH1Lsm| APCOPH1Wcqpsk| CWBPsk| SOQPSKTG A query returns the value USER if settings deviate from standard-compliant settings.

set_value(standard: RsSmw.enums.DmStan) None[source]
# SCPI: [SOURce<HW>]:BB:DM:STANdard
driver.source.bb.dm.standard.set_value(standard = enums.DmStan.APCOPH1C4fm)

Selects predefined set of settings according to the selected standard, see Table ‘Predefined settings for communication standards’.

param standard

USER| BLUetooth| DECT| ETC| GSM| GSMEdge| NADC| PDC| PHS| TETRa| W3GPp| TDSCdma| CFORward| CREVerse| WORLdspace| TFTS| APCOPH1C4fm| APCOPH1CQpsk| APCOPH2HCpm| APCOPH2HDQpsk| APCOPH2HD8PSKW| APCOPH2HD8PSKN| APCOPH1Lsm| APCOPH1Wcqpsk| CWBPsk| SOQPSKTG A query returns the value USER if settings deviate from standard-compliant settings.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dm.standard.clone()

Subgroups