Tfactor

SCPI Command :

MMEMory:STORe<n>:TFACtor
class TfactorCls[source]

Tfactor commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class TfactorStruct[source]

Response structure. Fields:

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

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

get(store=Store.Default) TfactorStruct[source]
# SCPI: 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’.

param store

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

return

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

set(filename: str, transd_name: str, store=Store.Default) None[source]
# SCPI: 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’.

param filename

Name of the transducer factor to be exported.

param transd_name

Name of the transducer factor to be exported.

param store

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