Variable
SCPI Command :
[SOURce<HW>]:BB:DM:FSK:VARiable:TYPE
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_type_py() DmFskModType[source]
# [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.
- Returns:
type_py: FSK4 | FSK8 | FSK16
- set_type_py(type_py: DmFskModType) None[source]
# [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.
- Parameters:
type_py – FSK4 | FSK8 | FSK16
Cloning the Group
# Create a copy of the original group, that exists independently
variable_copy = driver.source.bb.dm.fsk.variable.clone()
Subgroups