SCPI.MMEMory.STORe.BSCFactor

Object type

Property (Write Only)

Syntax

SCPI.MMEMory.STORe.BSCFactor = File

Description

This command saves the reference calibration coefficient and the calibration coefficient table for power sensor B into a CSV file (extension ".csv").

Variable

Parameter

File

Description

A file name (extension ".csv") to save the reference calibration coefficient and the calibration coefficient table for power sensor B.

Data type

Character string type (String)

Range

254 characters or less

Note

If a file with the same name as the specified file name exists, its contents are overwritten.

Examples

SCPI.MMEMory.STORe.BSCFactor = "d:\sensor01.csv"

SCPI.MMEMory.STORe.BSCFactor = "test/sensor01.csv"

Related objects

SCPI.MMEMory.LOAD.BSCFactor

Equivalent key

Cal > Power Calibration > Sensor B Settings > Export to CSV File...

Equivalent SCPI command

Syntax

:MMEMory:STORe:BSCFactor <string>

Example of use

10 OUTPUT 717;":MMEM:STOR:BSCF ""Test1/Sensor01.csv"""

10 OUTPUT 717;":MMEM:STOR:BSCF ""D:Sensor01.csv"""