Munit

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:MUNit
class MunitCls[source]

Munit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() MagnitudeUnit[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:MUNit
value: enums.MagnitudeUnit = driver.configure.vse.measurement.iqRecorder.munit.get()

Selects or queries the physical unit for representation of the recorded I/Q data.

return:

magnitude_unit: VOLT | RAW

set(magnitude_unit: MagnitudeUnit, standard: Standard = None) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:MUNit
driver.configure.vse.measurement.iqRecorder.munit.set(magnitude_unit = enums.MagnitudeUnit.RAW, standard = enums.Standard.CUSTom)

Selects or queries the physical unit for representation of the recorded I/Q data.

param magnitude_unit:

VOLT | RAW

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | SPECtrum | CUSTom DMR | DPMR | NXDN | P25 | TETRa | LTE Allows query of the physical unit. CUSTom Allows set and query of the physical unit.