Select
SCPI Command :
[SENSe]:CORRection:CVL:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(filename: str) str[source]
# [SENSe]:CORRection:CVL:SELect value: str = driver.applications.k60Transient.sense.correction.cvl.select.get(filename = 'abc')
Selects the conversion loss table with the specified file name. If <file_name> is not available, a new conversion loss table is created. Is only available with option B21 (External Mixer) installed.
- Parameters:
filename – String containing the path and name of the file.
- Returns:
filename: String containing the path and name of the file.
- set(filename: str) None[source]
# [SENSe]:CORRection:CVL:SELect driver.applications.k60Transient.sense.correction.cvl.select.set(filename = 'abc')
Selects the conversion loss table with the specified file name. If <file_name> is not available, a new conversion loss table is created. Is only available with option B21 (External Mixer) installed.
- Parameters:
filename – String containing the path and name of the file.