AqPsk

SCPI Command :

[SOURce<HW>]:BB:GSM:AQPSk:FORMat
class AqPskCls[source]

AqPsk commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_format_py() RsSmbv.enums.GsmModTypeAqpsk[source]
# SCPI: [SOURce<HW>]:BB:GSM:AQPSk:FORMat
value: enums.GsmModTypeAqpsk = driver.source.bb.gsm.aqPsk.get_format_py()

The command queries the modulation type. The modulation type is permanently set to AQPSK.

return

format_py: AQPSk

Cloning the Group

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

Subgroups