Comment
SCPI Command :
[SENSe]:SWEep:EGATe:TRACe<t>:COMMent
- class CommentCls[source]
Comment commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(trace=Trace.Default) str [source]
# SCPI: [SENSe]:SWEep:EGATe:TRACe<t>:COMMent value: str = driver.sense.sweep.egate.trace.comment.get(trace = repcap.Trace.Default)
Defines a comment for the gate of a particular trace.
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- return
comment: String containing the comment.
- set(comment: str, trace=Trace.Default) None [source]
# SCPI: [SENSe]:SWEep:EGATe:TRACe<t>:COMMent driver.sense.sweep.egate.trace.comment.set(comment = 'abc', trace = repcap.Trace.Default)
Defines a comment for the gate of a particular trace.
- param comment
String containing the comment.
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)