AqPsk
SCPI Command :
[SOURce<HW>]:BB:GSM:AQPSk:FORMat
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get_format_py() GsmModTypeAqpsk[source]
# [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.
- Returns:
format_py: AQPSk
Cloning the Group
# Create a copy of the original group, that exists independently
aqPsk_copy = driver.source.bb.gsm.aqPsk.clone()
Subgroups