Tfactor

SCPI Command :

MMEMory:LOAD<n>:TFACtor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) str[source]
# 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.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)

Returns:

filename: String containing the path and name of the CSV import file.

set(filename: str, window=Window.Default) None[source]
# 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.

Parameters:
  • filename – String containing the path and name of the CSV import file.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Load’)