Select

SCPI Commands

SENSe:CORRection:CVL:SELect
class SelectCls[source]

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

get(select: str) str[source]
# SCPI: [SENSe]:CORRection:CVL:SELect
value: str = driver.applications.k50Spurious.sense.correction.cvl.select.get(select = '1')

This command selects the conversion loss table with the specified file name. If <file_name> is not available, a new conversion loss table is created. This command is only available with option B21 (External Mixer) installed.

param select

String containing the path and name of the file.

return

select: No help available

set(select: str) None[source]
# SCPI: [SENSe]:CORRection:CVL:SELect
driver.applications.k50Spurious.sense.correction.cvl.select.set(select = '1')

This command selects the conversion loss table with the specified file name. If <file_name> is not available, a new conversion loss table is created. This command is only available with option B21 (External Mixer) installed.

param select

String containing the path and name of the file.