FilterPy

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:FILTer
class FilterPyCls[source]

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

class FilterPyStruct[source]

Structure for setting input parameters. Fields:

  • Binput: bool: No parameter help available

  • Boutput: bool: No parameter help available

  • Berror: bool: No parameter help available

  • Btrigger: bool: No parameter help available

  • Bdevice_Clear: bool: No parameter help available

  • Bstatus_Register: bool: No parameter help available

  • Bconnection: bool: No parameter help available

  • Bremote_Local_Events: bool: No parameter help available

get(fileNr=FileNr.Default) FilterPyStruct[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:FILTer
value: FilterPyStruct = driver.trace.remote.mode.file.filterPy.get(fileNr = repcap.FileNr.Default)

Specifies a filter for tracing of the specified subinstrument. The filter defines which message types and events are traced into a file. The default setting is ON,ON,ON,OFF,OFF,OFF,OFF,OFF.

param fileNr:

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

return:

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

set(structure: FilterPyStruct, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:FILTer
structure = driver.trace.remote.mode.file.filterPy.FilterPyStruct()
structure.Binput: bool = False
structure.Boutput: bool = False
structure.Berror: bool = False
structure.Btrigger: bool = False
structure.Bdevice_Clear: bool = False
structure.Bstatus_Register: bool = False
structure.Bconnection: bool = False
structure.Bremote_Local_Events: bool = False
driver.trace.remote.mode.file.filterPy.set(structure, fileNr = repcap.FileNr.Default)

Specifies a filter for tracing of the specified subinstrument. The filter defines which message types and events are traced into a file. The default setting is ON,ON,ON,OFF,OFF,OFF,OFF,OFF.

param structure:

for set value, see the help for FilterPyStruct structure arguments.

param fileNr:

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