Dmr

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:DMR:SRATe
CONFigure:VSE:MEASurement<Instance>:DMR:DEModulation
class DmrCls[source]

Dmr commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_demodulation() DemodulationType[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:DMR:DEModulation
value: enums.DemodulationType = driver.configure.vse.measurement.dmr.get_demodulation()

Queries the modulation type used for DMR.

return:

demodulation_type: FSK4

get_symbol_rate() int[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:DMR:SRATe
value: int = driver.configure.vse.measurement.dmr.get_symbol_rate()

Queries the symbol rate for DMR.

return:

symbol_rate: Range: 4800 symbol/s to 4800 symbol/s , Unit: symbol/s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.vse.measurement.dmr.clone()

Subgroups