Tetra

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:TETRa:SRATe
CONFigure:VSE:MEASurement<Instance>:TETRa:DEModulation
class TetraCls[source]

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

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

Queries the modulation type used for TETRA.

return:

demodulation_type: FSK4

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

Queries the symbol rate for TETRA.

return:

symbol_rate: No help available

Cloning the Group

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

Subgroups