Variable
SCPI Command :
[SOURce<HW>]:BB:DM:FSK:VARiable:TYPE
- class VariableCls[source]
Variable commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_type_py() DmFskModType [source]
# SCPI: [SOURce<HW>]:BB:DM:FSK:VARiable:TYPE value: enums.DmFskModType = driver.source.bb.dm.fsk.variable.get_type_py()
The command selects the modulation type for Variable FSK.
- return:
type_py: FSK4| FSK8| FSK16
- set_type_py(type_py: DmFskModType) None [source]
# SCPI: [SOURce<HW>]:BB:DM:FSK:VARiable:TYPE driver.source.bb.dm.fsk.variable.set_type_py(type_py = enums.DmFskModType.FSK16)
The command selects the modulation type for Variable FSK.
- param type_py:
FSK4| FSK8| FSK16
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dm.fsk.variable.clone()
Subgroups