Tfactor

SCPI Command :

MMEMory:STORe<n>:TFACtor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TfactorStruct[source]

Response structure. Fields:

  • 1 Filename: str: Name of the transducer factor to be exported.

  • 2 Transd_Name: str: Name of the transducer factor to be exported.

get(store=Store.Default) TfactorStruct[source]
# MMEMory:STORe<n>:TFACtor
value: TfactorStruct = driver.massMemory.store.tfactor.get(store = repcap.Store.Default)

Exports transducer factor data to an ASCII (CSV) file. For details on the file format see ‘Reference: transducer factor file format’.

Parameters:

store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

Returns:

structure: for return value, see the help for TfactorStruct structure arguments.

set(filename: str, transd_name: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:TFACtor
driver.massMemory.store.tfactor.set(filename = 'abc', transd_name = 'abc', store = repcap.Store.Default)

Exports transducer factor data to an ASCII (CSV) file. For details on the file format see ‘Reference: transducer factor file format’.

Parameters:
  • filename – Name of the transducer factor to be exported.

  • transd_name – Name of the transducer factor to be exported.

  • store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)