User

SCPI Command :

OUTPut:USER:MARKer
class UserCls[source]

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

get_marker() SelOutpMarkUser[source]
# SCPI: OUTPut:USER:MARKer
value: enums.SelOutpMarkUser = driver.output.user.get_marker()

Selects the signal for output at the Marker User1 connector.

return:

sel_user_marker: MARK| USER MARK Assigns a marker signal to the output. USER Intended for future use.

set_marker(sel_user_marker: SelOutpMarkUser) None[source]
# SCPI: OUTPut:USER:MARKer
driver.output.user.set_marker(sel_user_marker = enums.SelOutpMarkUser.MARK)

Selects the signal for output at the Marker User1 connector.

param sel_user_marker:

MARK| USER MARK Assigns a marker signal to the output. USER Intended for future use.