Mixer

SCPI Commands

SENSe:CORRection:CVL:MIXer
class MixerCls[source]

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

get() str[source]
# SCPI: [SENSe]:CORRection:CVL:MIXer
value: str = driver.sense.correction.cvl.mixer.get()

This command defines the mixer name in the conversion loss table. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . This command is only available with option B21 (External Mixer) installed.

return

type_py: string Name of mixer with a maximum of 16 characters

set(type_py: str) None[source]
# SCPI: [SENSe]:CORRection:CVL:MIXer
driver.sense.correction.cvl.mixer.set(type_py = '1')

This command defines the mixer name in the conversion loss table. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . This command is only available with option B21 (External Mixer) installed.

param type_py

string Name of mixer with a maximum of 16 characters