msmu60_2_commands
¶
The MSMU60_2 commands module.
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
MSMU60_2Commands
¶
The MSMU60-2 commands.
This provides access to all the commands for the MSMU60-2 device. See the documentation of each property for more usage information.
Properties and methods
.buffer_var: ThebufferVarcommand tree..firmware: Thefirmwarecommand tree..license: Thelicenseattribute..manufacturer: Themanufacturerattribute..model: Themodelattribute..serialno: Theserialnoattribute..smu: Thesmu[X]command tree..status: Thestatuscommand tree..trigger: Thetriggercommand tree..version: Theversionattribute.
buffer_var
property
¶
Return the bufferVar command tree.
Info
bufferVar, the reading buffer; can be a dynamically allocated user-defined buffer or a dedicated reading buffer.
Sub-properties and sub-methods
.appendmode: ThebufferVar.appendmodeattribute..cachemode: ThebufferVar.cachemodeattribute..capacity: ThebufferVar.capacityattribute..clear(): ThebufferVar.clear()function..clearcache(): ThebufferVar.clearcache()function..columnname: ThebufferVar.columnnamecommand tree..fillcount: ThebufferVar.fillcountattribute..fillmode: ThebufferVar.fillmodeattribute..fractionalseconds: ThebufferVar.fractionalseconds[N]attribute..measurefunctions: ThebufferVar.measurefunctions[N]attribute..measureranges: ThebufferVar.measureranges[N]attribute..n: ThebufferVar.nattribute..readings: ThebufferVar.readings[N]attribute..seconds: ThebufferVar.seconds[N]attribute..sourcefunctions: ThebufferVar.sourcefunctions[N]attribute..sourceoutputstates: ThebufferVar.sourceoutputstates[N]attribute..sourceranges: ThebufferVar.sourceranges[N]attribute..sourcevalues: ThebufferVar.sourcevalues[N]attribute..statuses: ThebufferVar.statuses[N]attribute..timestampresolution: ThebufferVar.timestampresolutionattribute..timestamps: ThebufferVar.timestamps[N]attribute.
firmware
property
¶
firmware: Firmware
Return the firmware command tree.
Sub-properties and sub-methods
.update(): Thefirmware.update()function..verify(): Thefirmware.verify()function.
license
property
¶
license: str
Return the license attribute.
Description
- This attribute stores the
licenseof the module installed in the specified mainframe slot.
Usage
- Accessing this property will send the
print(license)query.
TSP Syntax
- print(license)
Info
license, the license text of the instrument.
| Raises: |
|
|---|
manufacturer
property
¶
manufacturer: str
Return the manufacturer attribute.
Description
- This attribute stores the
manufacturerof the module in the specified mainframe slot.
Usage
- Accessing this property will send the
print(manufacturer)query.
TSP Syntax
- print(manufacturer)
Info
manufacturer, this is always Tektronix.
| Raises: |
|
|---|
model
property
¶
model: str
Return the model attribute.
Description
- This attribute stores the
modelnumber of the module in the specified mainframe slot.
Usage
- Accessing this property will send the
print(model)query.
TSP Syntax
- print(model)
Info
model, themodelnumber of the module.
| Raises: |
|
|---|
serialno
property
¶
serialno: str
Return the serialno attribute.
Description
- This attribute stores the serial number of the module in the specified mainframe slot.
Usage
- Accessing this property will send the
print(serialno)query.
TSP Syntax
- print(serialno)
Info
serialno, the serial number of the module.
| Raises: |
|
|---|
smu
property
¶
Return the smu[X] command tree.
Info
X, the module channel number.
Sub-properties and sub-methods
.abort(): Thesmu[X].abort()function..configlist: Thesmu[X].configlistcommand tree..contact: Thesmu[X].contactcommand tree..defbuffer1: Thesmu[X].defbuffer1attribute..defbuffer2: Thesmu[X].defbuffer2attribute..guard: Thesmu[X].guardcommand tree..makebuffer(): Thesmu[X].makebuffer()function..measure: Thesmu[X].measurecommand tree..overlapped: Thesmu[X].overlappedattribute..reset(): Thesmu[X].reset()function..sense: Thesmu[X].senseattribute..source: Thesmu[X].sourcecommand tree..trigger: Thesmu[X].triggercommand tree..waitcomplete(): Thesmu[X].waitcomplete()function.
status
property
¶
status: Status
Return the status command tree.
Sub-properties and sub-methods
.measurement: Thestatus.measurementcommand tree..operation: Thestatus.operationcommand tree..questionable: Thestatus.questionablecommand tree.
trigger
property
¶
trigger: Trigger
Return the trigger command tree.
Sub-properties and sub-methods
.model: Thetrigger.modelcommand tree.
version
property
¶
version: str
Return the version attribute.
Description
- This attribute stores the firmware
versionnumber of the module in the specified slot of the mainframe.
Usage
- Accessing this property will send the
print(version)query.
TSP Syntax
- print(version)
Info
version, the module firmwareversionnumber.
| Raises: |
|
|---|