pictbridge
¶
The pictbridge commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- PICTBridge:DATEPrint {DEFLT|OFF|ON}
- PICTBridge:DEFault
- PICTBridge:IDPrint {DEFLT|OFF|ON}
- PICTBridge:IDPrint?
- PICTBridge:IMAGESize {DEFLT|IN2P5BY3P25|L|IN4BY6|L2|IN8BY10|L4|E|CARD|HAGAKIPC|CM6BY8|CM7BY10|CM9BY13|CM10BY15|CM13BY18|CM15BY21|CM18BY24|A4|LETTER}
- PICTBridge:PAPERSize {DEFLT|L|L2|HAGAKIPCARD|MM54BY86|MM100BY150|IN4BY6|IN8BY10|LETTER|IN11BY17|A0|A1|A2|A3|A4|A5|A6|A7|A8|A9|B0|B1|B2|B3|B4|B5|B6|B7|B8|B9|ROLL89MM|ROLL127MM|ROLL100MM|ROLL210MM}
- PICTBridge:PAPERType {DEFLT|PLAIN|PHOTO|FASTPHOTO}
- PICTBridge:PRINTQual {DEFLT|NRMAL|FINE|DRAFT}
Pictbridge
¶
Bases: SCPICmdRead
The PICTBridge command tree.
Usage
- Using the
.query()method will send thePICTBridge?query. - Using the
.verify(value)method will send thePICTBridge?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.dateprint: ThePICTBridge:DATEPrintcommand..default: ThePICTBridge:DEFaultcommand..idprint: ThePICTBridge:IDPrintcommand..imagesize: ThePICTBridge:IMAGESizecommand..papersize: ThePICTBridge:PAPERSizecommand..papertype: ThePICTBridge:PAPERTypecommand..printqual: ThePICTBridge:PRINTQualcommand.
dateprint
property
¶
dateprint: PictbridgeDateprint
Return the PICTBridge:DATEPrint command.
Description
- Enables or disables printing the date on the print output.
Usage
- Using the
.write(value)method will send thePICTBridge:DATEPrint valuecommand.
SCPI Syntax
- PICTBridge:DATEPrint {DEFLT|OFF|ON}
Info
DEFLTis the default setting of the printer.ONenables the date print on the print output.OFFdisables the date print on the print output.
default
property
¶
default: PictbridgeDefault
Return the PICTBridge:DEFault command.
Description
- Sets the arguments for all PictBridge commands to their default values. The default values are same as printer default settings.
Usage
- Using the
.write()method will send thePICTBridge:DEFaultcommand.
SCPI Syntax
- PICTBridge:DEFault
idprint
property
¶
idprint: PictbridgeIdprint
Return the PICTBridge:IDPrint command.
Description
- Enables or disables printing the oscilloscope model and serial number on the print output.
Usage
- Using the
.query()method will send thePICTBridge:IDPrint?query. - Using the
.verify(value)method will send thePICTBridge:IDPrint?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePICTBridge:IDPrint valuecommand.
SCPI Syntax
- PICTBridge:IDPrint {DEFLT|OFF|ON}
- PICTBridge:IDPrint?
Info
DEFLTis the default setting of the printer.ONenables the oscilloscope model and serial number print on the print output.OFFdisables the oscilloscope model and serial number print on the print output.
imagesize
property
¶
imagesize: PictbridgeImagesize
Return the PICTBridge:IMAGESize command.
Description
- Sets or returns the image print size.
Usage
- Using the
.write(value)method will send thePICTBridge:IMAGESize valuecommand.
SCPI Syntax
- PICTBridge:IMAGESize {DEFLT|IN2P5BY3P25|L|IN4BY6|L2|IN8BY10|L4|E|CARD|HAGAKIPC|CM6BY8|CM7BY10|CM9BY13|CM10BY15|CM13BY18|CM15BY21|CM18BY24|A4|LETTER}
Info
DEFLTfor a default image print size.IN2P5BY3P25for a2_5````*3_25image print size.Lfor a3_5````*5image print size.IN4BY6for a 4*6image print size.L2for a 5*7image print size.IN8BY10for a 8*10image print size.L4for a 254 MM*178 MMimage print size.Efor a 110 MM*74 MMimage print size.CARDfor a 89 MM*55MMimage print size.HAGAKIPCfor a 100 MM*148 MMimage print size.CM6BY8for a 6 CM*8 CMimage print size.CM7BY10for a 7 CM*10 CMimage print size.CM9BY13for a 9 CM*13 CMimage print size.CM10BY15for a 10 CM*15 CMimage print size.CM13BY18or a 13 CM*18 CMimage print size.CM15BY21for a 15 CM*21 CMimage print size.CM18BY24for a 18 CM*24 CMimage print size.A4for a A4 image print size.LETTERfor a Letter image print size.
papersize
property
¶
papersize: PictbridgePapersize
Return the PICTBridge:PAPERSize command.
Description
- Sets the output print paper size.
Usage
- Using the
.write(value)method will send thePICTBridge:PAPERSize valuecommand.
SCPI Syntax
- PICTBridge:PAPERSize {DEFLT|L|L2|HAGAKIPCARD|MM54BY86|MM100BY150|IN4BY6|IN8BY10|LETTER|IN11BY17|A0|A1|A2|A3|A4|A5|A6|A7|A8|A9|B0|B1|B2|B3|B4|B5|B6|B7|B8|B9|ROLL89MM|ROLL127MM|ROLL100MM|ROLL210MM}
Info
DEFLTfor a default paper size.Lfor a paper size L.L2for a paper size 2L.HAGAKIPCARDfor a paper size Hagaki.MM54BY86for a card paper size.MM100BY150for paper size of 100*150 MM.IN4BY6for a paper size of 4*6.IN8BY10for a paper size of 8*10.LETTERfor a letter paper size.IN11BY17for a paper size of 11*17.A0for a A0 paper size.A1for a A1 paper size.A2for a A2 paper size.A3for a A3 paper size.A4for a A4 paper size.A5for a A5 paper size.A6for a A6 paper size.A7for a A7 paper size.A8for a A8 paper size.A9for a A9 paper size.B0for a B0 paper size.B1for a B1 paper size.B2for a B2 paper size.B3for a B3 paper size.B4for a B4 paper size.B5for a B5 paper size.B6for a B6 paper size.B7for a B7 paper size.B8for a B8 paper size.B9for a B9 paper size.ROLL89MMfor a 89 MM Roll paper size.ROLL127MMfor a 127 MM Roll paper size.ROLL100MMfor a 100 MM Roll paper size.ROLL210MMfor a 210 MM Roll paper size.
papertype
property
¶
papertype: PictbridgePapertype
Return the PICTBridge:PAPERType command.
Description
- Sets or returns the paper type.
Usage
- Using the
.write(value)method will send thePICTBridge:PAPERType valuecommand.
SCPI Syntax
- PICTBridge:PAPERType {DEFLT|PLAIN|PHOTO|FASTPHOTO}
Info
DEFLTfor a default print paper type.PLAINfor a plain print paper type.PHOTOfor a photo print paper type.FASTPHOTOfor a fastphoto print paper type.
printqual
property
¶
printqual: PictbridgePrintqual
Return the PICTBridge:PRINTQual command.
Description
- Sets or returns the output print quality.
Usage
- Using the
.write(value)method will send thePICTBridge:PRINTQual valuecommand.
SCPI Syntax
- PICTBridge:PRINTQual {DEFLT|NRMAL|FINE|DRAFT}
Info
DEFLTfor the default quality print.NRMALfor a normal quality print.FINEfor a fine quality print.DRAFTfor a draft quality print.
PictbridgeDateprint
¶
Bases: SCPICmdWrite
The PICTBridge:DATEPrint command.
Description
- Enables or disables printing the date on the print output.
Usage
- Using the
.write(value)method will send thePICTBridge:DATEPrint valuecommand.
SCPI Syntax
- PICTBridge:DATEPrint {DEFLT|OFF|ON}
Info
DEFLTis the default setting of the printer.ONenables the date print on the print output.OFFdisables the date print on the print output.
PictbridgeDefault
¶
Bases: SCPICmdWriteNoArguments
The PICTBridge:DEFault command.
Description
- Sets the arguments for all PictBridge commands to their default values. The default values are same as printer default settings.
Usage
- Using the
.write()method will send thePICTBridge:DEFaultcommand.
SCPI Syntax
- PICTBridge:DEFault
PictbridgeIdprint
¶
Bases: SCPICmdWrite, SCPICmdRead
The PICTBridge:IDPrint command.
Description
- Enables or disables printing the oscilloscope model and serial number on the print output.
Usage
- Using the
.query()method will send thePICTBridge:IDPrint?query. - Using the
.verify(value)method will send thePICTBridge:IDPrint?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePICTBridge:IDPrint valuecommand.
SCPI Syntax
- PICTBridge:IDPrint {DEFLT|OFF|ON}
- PICTBridge:IDPrint?
Info
DEFLTis the default setting of the printer.ONenables the oscilloscope model and serial number print on the print output.OFFdisables the oscilloscope model and serial number print on the print output.
PictbridgeImagesize
¶
Bases: SCPICmdWrite
The PICTBridge:IMAGESize command.
Description
- Sets or returns the image print size.
Usage
- Using the
.write(value)method will send thePICTBridge:IMAGESize valuecommand.
SCPI Syntax
- PICTBridge:IMAGESize {DEFLT|IN2P5BY3P25|L|IN4BY6|L2|IN8BY10|L4|E|CARD|HAGAKIPC|CM6BY8|CM7BY10|CM9BY13|CM10BY15|CM13BY18|CM15BY21|CM18BY24|A4|LETTER}
Info
DEFLTfor a default image print size.IN2P5BY3P25for a2_5````*3_25image print size.Lfor a3_5````*5image print size.IN4BY6for a 4*6image print size.L2for a 5*7image print size.IN8BY10for a 8*10image print size.L4for a 254 MM*178 MMimage print size.Efor a 110 MM*74 MMimage print size.CARDfor a 89 MM*55MMimage print size.HAGAKIPCfor a 100 MM*148 MMimage print size.CM6BY8for a 6 CM*8 CMimage print size.CM7BY10for a 7 CM*10 CMimage print size.CM9BY13for a 9 CM*13 CMimage print size.CM10BY15for a 10 CM*15 CMimage print size.CM13BY18or a 13 CM*18 CMimage print size.CM15BY21for a 15 CM*21 CMimage print size.CM18BY24for a 18 CM*24 CMimage print size.A4for a A4 image print size.LETTERfor a Letter image print size.
PictbridgePapersize
¶
Bases: SCPICmdWrite
The PICTBridge:PAPERSize command.
Description
- Sets the output print paper size.
Usage
- Using the
.write(value)method will send thePICTBridge:PAPERSize valuecommand.
SCPI Syntax
- PICTBridge:PAPERSize {DEFLT|L|L2|HAGAKIPCARD|MM54BY86|MM100BY150|IN4BY6|IN8BY10|LETTER|IN11BY17|A0|A1|A2|A3|A4|A5|A6|A7|A8|A9|B0|B1|B2|B3|B4|B5|B6|B7|B8|B9|ROLL89MM|ROLL127MM|ROLL100MM|ROLL210MM}
Info
DEFLTfor a default paper size.Lfor a paper size L.L2for a paper size 2L.HAGAKIPCARDfor a paper size Hagaki.MM54BY86for a card paper size.MM100BY150for paper size of 100*150 MM.IN4BY6for a paper size of 4*6.IN8BY10for a paper size of 8*10.LETTERfor a letter paper size.IN11BY17for a paper size of 11*17.A0for a A0 paper size.A1for a A1 paper size.A2for a A2 paper size.A3for a A3 paper size.A4for a A4 paper size.A5for a A5 paper size.A6for a A6 paper size.A7for a A7 paper size.A8for a A8 paper size.A9for a A9 paper size.B0for a B0 paper size.B1for a B1 paper size.B2for a B2 paper size.B3for a B3 paper size.B4for a B4 paper size.B5for a B5 paper size.B6for a B6 paper size.B7for a B7 paper size.B8for a B8 paper size.B9for a B9 paper size.ROLL89MMfor a 89 MM Roll paper size.ROLL127MMfor a 127 MM Roll paper size.ROLL100MMfor a 100 MM Roll paper size.ROLL210MMfor a 210 MM Roll paper size.
PictbridgePapertype
¶
Bases: SCPICmdWrite
The PICTBridge:PAPERType command.
Description
- Sets or returns the paper type.
Usage
- Using the
.write(value)method will send thePICTBridge:PAPERType valuecommand.
SCPI Syntax
- PICTBridge:PAPERType {DEFLT|PLAIN|PHOTO|FASTPHOTO}
Info
DEFLTfor a default print paper type.PLAINfor a plain print paper type.PHOTOfor a photo print paper type.FASTPHOTOfor a fastphoto print paper type.
PictbridgePrintqual
¶
Bases: SCPICmdWrite
The PICTBridge:PRINTQual command.
Description
- Sets or returns the output print quality.
Usage
- Using the
.write(value)method will send thePICTBridge:PRINTQual valuecommand.
SCPI Syntax
- PICTBridge:PRINTQual {DEFLT|NRMAL|FINE|DRAFT}
Info
DEFLTfor the default quality print.NRMALfor a normal quality print.FINEfor a fine quality print.DRAFTfor a draft quality print.