Tfactor
SCPI Command :
MMEMory:LOAD<n>:TFACtor
- class TfactorCls[source]
Tfactor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) str [source]
# SCPI: MMEMory:LOAD<n>:TFACtor value: str = driver.massMemory.load.tfactor.get(window = repcap.Window.Default)
Loads the transducer factor from the selected file in .CSV format.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)
- return
filename: String containing the path and name of the CSV import file.
- set(filename: str, window=Window.Default) None [source]
# SCPI: MMEMory:LOAD<n>:TFACtor driver.massMemory.load.tfactor.set(filename = 'abc', window = repcap.Window.Default)
Loads the transducer factor from the selected file in .CSV format.
- param filename
String containing the path and name of the CSV import file.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)